From 93fa876c7cbd23c37e98db088371c83ce0cf3d01 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 7 Sep 2011 15:54:22 +0530 Subject: [PATCH] patch fixed --- patches/patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/patch.py b/patches/patch.py index 9d6e731a9c..e4b38d0f62 100644 --- a/patches/patch.py +++ b/patches/patch.py @@ -307,6 +307,6 @@ def execute(patch_no): delete_doc('DocType', 'Salary Control Panel') elif patch_no == 356: 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'") elif patch_no == 357: sql("delete from `tabDocField` where (fieldname in ('client_string', 'server_code_error', 'server_code_compiled', 'server_code', 'server_code_core', 'client_script', 'client_script_core', 'dt_template', change_log) or label = 'Template') and parent = 'DocType'")