fixed patch
This commit is contained in:
parent
d89d59bcb2
commit
067559ca9d
@ -291,5 +291,5 @@ def execute(patch_no):
|
|||||||
ch.format = 'Delivery Note Packing List Wise'
|
ch.format = 'Delivery Note Packing List Wise'
|
||||||
ch.save(1)
|
ch.save(1)
|
||||||
elif patch_no == 353:
|
elif patch_no == 353:
|
||||||
reload_doc('doctype', 'core', 'doctype')
|
reload_doc('core', 'doctype', 'doctype')
|
||||||
sql("update `tabDocType` set default_print_format = 'Standard' where name = 'Delivery Note'")
|
sql("update `tabDocType` set default_print_format = 'Standard' where name = 'Delivery Note'")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user