From a4d8e6b177d87f282c375d5a484bcd5c3774610b Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 26 Feb 2013 11:15:34 +0530 Subject: [PATCH] reload sales invoice print formats --- patches/patch_list.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/patches/patch_list.py b/patches/patch_list.py index d262da2b08d..f60b204da7a 100644 --- a/patches/patch_list.py +++ b/patches/patch_list.py @@ -195,5 +195,8 @@ patch_list = [ "execute:webnotes.conn.sql(\"update `tabReport` set report_type=if(ifnull(query, '')='', 'Report Builder', 'Query Report') where is_standard='No'\")", "execute:webnotes.conn.sql(\"update `tabReport` set report_name=name where ifnull(report_name,'')='' and is_standard='No'\")", "patches.february_2013.p08_todo_query_report", - "execute:webnotes.delete_doc('Search Criteria', 'gross_profit') # 2013-02-26" + "execute:webnotes.delete_doc('Search Criteria', 'gross_profit') # 2013-02-26", + 'execute:webnotes.reload_doc("accounts", "Print Format", "Sales Invoice Classic") # 2013-02-26', + 'execute:webnotes.reload_doc("accounts", "Print Format", "Sales Invoice Modern") # 2013-02-26', + 'execute:webnotes.reload_doc("accounts", "Print Format", "Sales Invoice Spartan") # 2013-02-26', ] \ No newline at end of file