mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 05:58:27 +00:00
patch fixed
This commit is contained in:
@@ -292,4 +292,4 @@ def execute(patch_no):
|
|||||||
ch.save(1)
|
ch.save(1)
|
||||||
elif patch_no == 353:
|
elif patch_no == 353:
|
||||||
reload_doc('doctype', 'core', 'doctype')
|
reload_doc('doctype', 'core', 'doctype')
|
||||||
sql("update `tabDocType` set default_print_format = 'Standard'")
|
sql("update `tabDocType` set default_print_format = 'Standard' where name = 'Delivery Note'")
|
||||||
|
|||||||
Reference in New Issue
Block a user