blob: a1614aad0c0d078bb63a041bc0598cac5707d04d [file] [log] [blame]
Anand Doshicb39e082014-01-24 21:44:36 +05301erpnext.patches.1401.enable_all_price_list
Rushabh Mehtac4a0ed62013-12-27 17:30:24 +05302erpnext.patches.4_0.update_user_properties
3erpnext.patches.4_0.move_warehouse_user_to_restrictions
Akhilesh Darjee57738a02014-01-03 18:15:07 +05304erpnext.patches.4_0.new_permissions
5
6execute:webnotes.reload_doc('accounts', 'doctype', 'sales_invoice') # 2014-01-03
7execute:webnotes.reload_doc('selling', 'doctype', 'sales_order') # 2014-01-03
8execute:webnotes.reload_doc('selling', 'doctype', 'quotation') # 2014-01-03
9execute:webnotes.reload_doc('stock', 'doctype', 'delivery_note') # 2014-01-03
10execute:webnotes.reload_doc('accounts', 'Print Format', 'POS Invoice') # 2014-01-03
11execute:webnotes.reload_doc('accounts', 'Print Format', 'Sales Invoice Classic') # 2014-01-03
12execute:webnotes.reload_doc('accounts', 'Print Format', 'Sales Invoice Modern') # 2014-01-03
13execute:webnotes.reload_doc('accounts', 'Print Format', 'Sales Invoice Spartan') # 2014-01-03
14execute:webnotes.reload_doc('selling', 'Print Format', 'Quotation Classic') # 2014-01-03
15execute:webnotes.reload_doc('selling', 'Print Format', 'Quotation Modern') # 2014-01-03
16execute:webnotes.reload_doc('selling', 'Print Format', 'Quotation Spartan') # 2014-01-03
17execute:webnotes.reload_doc('selling', 'Print Format', 'Sales Order Classic') # 2014-01-03
18execute:webnotes.reload_doc('selling', 'Print Format', 'Sales Order Modern') # 2014-01-03
19execute:webnotes.reload_doc('selling', 'Print Format', 'Sales Order Spartan') # 2014-01-03
20execute:webnotes.reload_doc('stock', 'Print Format', 'Delivery Note Classic') # 2014-01-03
21execute:webnotes.reload_doc('stock', 'Print Format', 'Delivery Note Modern') # 2014-01-03
Anand Doshicb39e082014-01-24 21:44:36 +053022execute:webnotes.reload_doc('stock', 'Print Format', 'Delivery Note Spartan') # 2014-01-03