commit | d89d59bcb2a02492fc846a299d33ea65bd3babcb | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Sep 07 15:57:51 2011 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Sep 07 15:57:51 2011 +0530 |
tree | 2d6956a98c625510f1c631e57a8957877a608a44 | |
parent | bdebd71bd7b903ca5d698bc2cb677f13e7821941 [diff] |
patch fixed
diff --git a/patches/patch.py b/patches/patch.py index c1e0d5f..5534848 100644 --- a/patches/patch.py +++ b/patches/patch.py
@@ -292,4 +292,4 @@ 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'")