resolved conflict in patch

This commit is contained in:
Nabin Hait 2011-09-02 13:14:55 +05:30
commit 883604d368

View File

@ -252,6 +252,8 @@ def execute(patch_no):
elif patch_no == 344:
sql("delete from `tabDocFormat` where ifnull(format, '') = '' and parent = 'Delivery Note'")
elif patch_no == 345:
# rerun 343 (merge confict)
reload_doc('stock','doctype','item_customer_detail')
sql("delete from `tabModule Def Item` where display_name = 'Salary Slip Control Panel' and parent = 'HR'")
reload_doc('hr','Module Def','HR')
elif patch_no == 346: