commit | 067559ca9d1f93dffcf9d85a4ca42f1b25bb1e12 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Sep 07 16:04:55 2011 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Sep 07 16:04:55 2011 +0530 |
tree | 2813d815cb4b8da4e12b399ff8690f82f8c25f4f | |
parent | d89d59bcb2a02492fc846a299d33ea65bd3babcb [diff] |
fixed patch
diff --git a/patches/patch.py b/patches/patch.py index 5534848..f89ffc8 100644 --- a/patches/patch.py +++ b/patches/patch.py
@@ -291,5 +291,5 @@ ch.format = 'Delivery Note Packing List Wise' ch.save(1) 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'")