mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-25 09:38:31 +00:00
resolved conflict in patch
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user