corrected patch errors to reload add item_customer_detail
This commit is contained in:
parent
c43768aa5d
commit
c735d440a3
@ -1,7 +1,7 @@
|
|||||||
# REMEMBER to update this
|
# REMEMBER to update this
|
||||||
# ========================
|
# ========================
|
||||||
|
|
||||||
last_patch = 341
|
last_patch = 342
|
||||||
|
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
|
|
||||||
@ -1421,3 +1421,5 @@ def execute(patch_no):
|
|||||||
ch = addchild(dt_obj.doc, 'formats', 'DocFormat', 1)
|
ch = addchild(dt_obj.doc, 'formats', 'DocFormat', 1)
|
||||||
ch.format = 'Delivery Note Packing List Wise'
|
ch.format = 'Delivery Note Packing List Wise'
|
||||||
ch.save(1)
|
ch.save(1)
|
||||||
|
elif patch_no == 342:
|
||||||
|
reload_doc('stock','doctype','item_customer_detail')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user