reload sales invoice print formats
diff --git a/patches/patch_list.py b/patches/patch_list.py
index d262da2..f60b204 100644
--- a/patches/patch_list.py
+++ b/patches/patch_list.py
@@ -195,5 +195,8 @@
"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