patch fixed

This commit is contained in:
Nabin Hait 2011-09-07 15:57:51 +05:30
parent bdebd71bd7
commit d89d59bcb2

View File

@ -292,4 +292,4 @@ def execute(patch_no):
ch.save(1)
elif patch_no == 353:
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'")