blob: e8a03ff44a72cf672f7f348d615890dbabbc8961 [file] [log] [blame]
Rushabh Mehta3966f1d2012-02-23 12:35:32 +05301# ERPNext - web based ERP (http://erpnext.com)
2# Copyright (C) 2012 Web Notes Technologies Pvt Ltd
3#
4# This program is free software: you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation, either version 3 of the License, or
7# (at your option) any later version.
8#
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
Nabin Haita0d6b342013-01-29 10:48:33 +053015# along with this program. If not, see <http://www.gnu.org/licenses/>.
Rushabh Mehta3966f1d2012-02-23 12:35:32 +053016
Anand Doshi486f9df2012-07-19 13:40:31 +053017from __future__ import unicode_literals
Anand Doshid56d57d2012-01-02 16:25:05 +053018patch_list = [
Anand Doshi4daf3dd2013-07-17 18:06:02 +053019 "execute:webnotes.reload_doc('core', 'doctype', 'doctype', force=True) #2013-07-15",
20 "execute:webnotes.reload_doc('core', 'doctype', 'docfield', force=True) #2013-07-15",
21 "execute:webnotes.reload_doc('core', 'doctype', 'doctype', force=True) #2013-07-16",
22 "execute:webnotes.reload_doc('core', 'doctype', 'docfield', force=True) #2013-07-16",
23 "execute:webnotes.reload_doc('core', 'doctype', 'docperm') #2013-07-16",
24 "execute:webnotes.reload_doc('core', 'doctype', 'page') #2013-07-16",
25 "execute:webnotes.reload_doc('core', 'doctype', 'report') #2013-07-16",
Nabin Haita642ae12013-01-18 10:49:39 +053026 "patches.mar_2012.clean_property_setter",
Nabin Haita642ae12013-01-18 10:49:39 +053027 "patches.april_2012.naming_series_patch",
Nabin Haita642ae12013-01-18 10:49:39 +053028 "patches.mar_2012.cleanup_control_panel",
29 "patches.mar_2012.doctype_get_refactor",
30 "patches.mar_2012.delete_docformat",
31 "patches.mar_2012.usertags",
32 "patches.april_2012.reload_c_form",
33 "patches.april_2012.after_sync_cleanup",
34 "patches.april_2012.remove_default_from_rv_detail",
35 "patches.april_2012.update_role_in_address",
36 "patches.april_2012.update_permlevel_in_address",
37 "patches.april_2012.update_appraisal_permission",
38 "patches.april_2012.serial_no_fixes",
39 "patches.april_2012.repost_stock_for_posting_time",
40 "patches.may_2012.cleanup_property_setter",
41 "patches.may_2012.rename_prev_doctype",
42 "patches.may_2012.cleanup_notification_control",
Nabin Haita642ae12013-01-18 10:49:39 +053043 "patches.may_2012.stock_reco_patch",
Nabin Haita642ae12013-01-18 10:49:39 +053044 "patches.may_2012.page_role_series_fix",
45 "patches.may_2012.reload_sales_invoice_pf",
46 "patches.may_2012.std_pf_readonly",
Nabin Haita642ae12013-01-18 10:49:39 +053047 "patches.may_2012.customize_form_cleanup",
48 "patches.may_2012.cs_server_readonly",
49 "patches.may_2012.clear_session_cache",
50 "patches.may_2012.same_purchase_rate_patch",
51 "patches.may_2012.create_report_manager_role",
Nabin Haita642ae12013-01-18 10:49:39 +053052 "patches.may_2012.profile_perm_patch",
53 "patches.may_2012.remove_euro_currency",
54 "patches.may_2012.remove_communication_log",
55 "patches.june_2012.barcode_in_feature_setup",
56 "patches.june_2012.copy_uom_for_pur_inv_item",
57 "patches.june_2012.fetch_organization_from_lead",
58 "patches.june_2012.reports_list_permission",
59 "patches.june_2012.support_ticket_autoreply",
60 "patches.june_2012.series_unique_patch",
61 "patches.june_2012.set_recurring_type",
62 "patches.june_2012.alter_tabsessions",
63 "patches.june_2012.delete_old_parent_entries",
64 "patches.april_2012.delete_about_contact",
65 "patches.july_2012.reload_pr_po_mapper",
66 "patches.july_2012.address_contact_perms",
67 "patches.july_2012.packing_list_cleanup_and_serial_no",
68 "patches.july_2012.deprecate_import_data_control",
69 "patches.july_2012.default_freeze_account",
70 "patches.july_2012.update_purchase_tax",
71 "patches.june_2012.cms2",
72 "patches.july_2012.auth_table",
73 "patches.july_2012.remove_event_role_owner_match",
74 "patches.july_2012.deprecate_bulk_rename",
Nabin Haita642ae12013-01-18 10:49:39 +053075 "patches.july_2012.bin_permission",
76 "patches.july_2012.project_patch_repeat",
77 "patches.july_2012.repost_stock_due_to_wrong_packing_list",
Nabin Haita642ae12013-01-18 10:49:39 +053078 "patches.august_2012.task_allocated_to_assigned",
79 "patches.august_2012.change_profile_permission",
Nabin Haita642ae12013-01-18 10:49:39 +053080 "patches.august_2012.repost_billed_amt",
Nabin Haita642ae12013-01-18 10:49:39 +053081 "patches.september_2012.stock_report_permissions_for_accounts",
82 "patches.september_2012.communication_delete_permission",
83 "patches.september_2012.all_permissions_patch",
84 "patches.september_2012.customer_permission_patch",
85 "patches.september_2012.add_stock_ledger_entry_index",
86 "patches.september_2012.plot_patch",
87 "patches.september_2012.event_permission",
88 "patches.september_2012.repost_stock",
Nabin Haita642ae12013-01-18 10:49:39 +053089 "patches.september_2012.rebuild_trees",
90 "patches.september_2012.deprecate_account_balance",
91 "patches.september_2012.profile_delete_permission",
92 "patches.october_2012.update_permission",
Nabin Haita642ae12013-01-18 10:49:39 +053093 "patches.october_2012.fix_wrong_vouchers",
Nabin Haita642ae12013-01-18 10:49:39 +053094 "patches.october_2012.company_fiscal_year_docstatus_patch",
95 "patches.october_2012.update_account_property",
Nabin Haita642ae12013-01-18 10:49:39 +053096 "patches.october_2012.fix_cancelled_gl_entries",
97 "patches.october_2012.custom_script_delete_permission",
98 "patches.november_2012.custom_field_insert_after",
Nabin Haita642ae12013-01-18 10:49:39 +053099 "patches.november_2012.report_permissions",
100 "patches.november_2012.customer_issue_allocated_to_assigned",
101 "patches.november_2012.reset_appraisal_permissions",
102 "patches.november_2012.disable_cancelled_profiles",
Nabin Haita642ae12013-01-18 10:49:39 +0530103 "patches.november_2012.support_ticket_response_to_communication",
104 "patches.november_2012.cancelled_bom_patch",
105 "patches.november_2012.communication_sender_and_recipient",
106 "patches.november_2012.update_delivered_billed_percentage_for_pos",
107 "patches.november_2012.add_theme_to_profile",
108 "patches.november_2012.add_employee_field_in_employee",
109 "patches.november_2012.leave_application_cleanup",
110 "patches.november_2012.production_order_patch",
111 "patches.november_2012.gle_floating_point_issue",
112 "patches.december_2012.deprecate_tds",
113 "patches.december_2012.expense_leave_reload",
114 "patches.december_2012.repost_ordered_qty",
115 "patches.december_2012.repost_projected_qty",
Nabin Haita642ae12013-01-18 10:49:39 +0530116 "patches.december_2012.website_cache_refactor",
117 "patches.december_2012.production_cleanup",
118 "patches.december_2012.fix_default_print_format",
119 "patches.december_2012.file_list_rename",
120 "patches.december_2012.replace_createlocal",
Nabin Haita642ae12013-01-18 10:49:39 +0530121 "patches.december_2012.remove_quotation_next_contact",
122 "patches.december_2012.stock_entry_cleanup",
123 "patches.december_2012.production_order_naming_series",
124 "patches.december_2012.rebuild_item_group_tree",
125 "patches.december_2012.address_title",
126 "patches.december_2012.delete_form16_print_format",
Nabin Haita642ae12013-01-18 10:49:39 +0530127 "patches.december_2012.update_print_width",
128 "patches.january_2013.remove_bad_permissions",
Nabin Haita642ae12013-01-18 10:49:39 +0530129 "patches.january_2013.holiday_list_patch",
130 "patches.january_2013.stock_reconciliation_patch",
131 "patches.january_2013.report_permission",
132 "patches.january_2013.give_report_permission_on_read",
133 "patches.january_2013.update_closed_on",
134 "patches.january_2013.change_patch_structure",
135 "patches.january_2013.update_country_info",
136 "patches.january_2013.remove_tds_entry_from_gl_mapper",
Rushabh Mehtaf5b04cf2013-01-21 10:14:10 +0530137 "patches.january_2013.update_number_format",
Anand Doshi28655712013-01-18 12:32:00 +0530138 "patches.january_2013.purchase_price_list",
Anand Doshi0382d5a2013-05-02 16:42:26 +0530139 "execute:webnotes.reload_doc('core', 'doctype', 'print_format') #2013-01",
Rushabh Mehta6dd9d452013-01-21 18:44:43 +0530140 "execute:webnotes.reload_doc('accounts','Print Format','Payment Receipt Voucher')",
Nabin Haitf0881a92013-01-22 11:21:55 +0530141 "patches.january_2013.update_fraction_for_usd",
Rushabh Mehta6382a422013-01-23 10:09:28 +0530142 "patches.january_2013.enable_currencies",
Nabin Haita8454e22013-01-23 16:01:35 +0530143 "patches.january_2013.remove_unwanted_permission",
Nabin Hait291e8c22013-01-23 16:06:44 +0530144 "patches.january_2013.remove_landed_cost_master",
Nabin Haite37b3442013-01-25 17:38:48 +0530145 "patches.january_2013.reload_print_format",
Rushabh Mehta83e08362013-01-25 15:11:26 +0530146 "patches.january_2013.rebuild_tree",
Rushabh Mehtafe99c292013-01-28 15:30:02 +0530147 "execute:webnotes.reload_doc('core','doctype','docfield') #2013-01-28",
Rushabh Mehta6abb2e62013-01-28 17:00:59 +0530148 "patches.january_2013.tabsessions_to_myisam",
Nabin Haitce4178b2013-02-01 12:14:45 +0530149 "patches.february_2013.remove_gl_mapper",
150 "patches.february_2013.reload_bom_replace_tool_permission",
Nabin Haitc40a64a2013-02-01 14:23:22 +0530151 "patches.february_2013.payment_reconciliation_reset_values",
Nabin Hait7bdf27b2013-02-05 15:52:46 +0530152 "patches.february_2013.account_negative_balance",
Anand Doshi22807a62013-02-06 15:41:32 +0530153 "patches.february_2013.remove_account_utils_folder",
Rushabh Mehta4b9827a2013-02-12 19:20:39 +0530154 "patches.february_2013.update_company_in_leave_application",
Nabin Hait362455e2013-02-13 15:50:39 +0530155 "execute:webnotes.conn.sql_ddl('alter table tabSeries change `name` `name` varchar(100)')",
Anand Doshi86af3522013-02-13 18:04:21 +0530156 "execute:webnotes.conn.sql('update tabUserRole set parentfield=\"user_roles\" where parentfield=\"userroles\"')",
Anand Doshi0cfdeec2013-02-16 11:08:55 +0530157 "patches.february_2013.p01_event",
Anand Doshi96bebb42013-02-16 15:09:34 +0530158 "execute:webnotes.delete_doc('Page', 'Calendar')",
Anand Doshi27947362013-02-16 18:44:40 +0530159 "patches.february_2013.p02_email_digest",
Anand Doshi236cc172013-02-18 13:49:15 +0530160 "patches.february_2013.p03_material_request",
Rushabh Mehta9c880da2013-02-18 14:28:34 +0530161 "patches.february_2013.p04_remove_old_doctypes",
Anand Doshic1db0a62013-02-20 16:08:21 +0530162 "execute:webnotes.delete_doc('DocType', 'Plot Control')",
Anand Doshi78352d12013-02-18 17:09:11 +0530163 "patches.february_2013.p05_leave_application",
Nabin Hait66ea0862013-02-19 15:13:23 +0530164 "patches.february_2013.gle_floating_point_issue_revisited",
165 "patches.february_2013.fix_outstanding",
Nabin Hait704d5f02013-02-19 16:23:21 +0530166 "execute:webnotes.delete_doc('DocType', 'Service Order')",
167 "execute:webnotes.delete_doc('DocType', 'Service Quotation')",
168 "execute:webnotes.delete_doc('DocType', 'Service Order Detail')",
169 "execute:webnotes.delete_doc('DocType', 'Service Quotation Detail')",
Rushabh Mehta90098d22013-02-22 17:54:50 +0530170 "execute:webnotes.delete_doc('Page', 'Query Report')",
Nabin Haitad8a46c2013-02-22 17:58:54 +0530171 "patches.february_2013.repost_reserved_qty",
Anand Doshi7bc7aef2013-02-25 13:12:37 +0530172 "execute:webnotes.reload_doc('core', 'doctype', 'report') # 2013-02-25",
Rushabh Mehta22681df2013-02-23 17:13:44 +0530173 "execute:webnotes.conn.sql(\"update `tabReport` set report_type=if(ifnull(query, '')='', 'Report Builder', 'Query Report') where is_standard='No'\")",
Anand Doshib60aef52013-02-25 15:22:20 +0530174 "execute:webnotes.conn.sql(\"update `tabReport` set report_name=name where ifnull(report_name,'')='' and is_standard='No'\")",
175 "patches.february_2013.p08_todo_query_report",
Rushabh Mehtaed196662013-02-26 16:36:41 +0530176 "execute:(not webnotes.conn.exists('Role', 'Projects Manager')) and webnotes.doc({'doctype':'Role', 'role_name':'Projects Manager'}).insert()",
Anand Doshia8caa5e2013-02-28 16:45:37 +0530177 "patches.february_2013.p09_remove_cancelled_warehouses",
Nabin Hait95a72a72013-03-01 11:07:07 +0530178 "patches.march_2013.update_po_prevdoc_doctype",
Rushabh Mehtaf934a242013-03-04 15:34:45 +0530179 "patches.february_2013.p09_timesheets",
Rushabh Mehta5423c962013-03-04 15:45:46 +0530180 "execute:(not webnotes.conn.exists('UOM', 'Hour')) and webnotes.doc({'uom_name': 'Hour', 'doctype': 'UOM', 'name': 'Hour'}).insert()",
Nabin Haitdae20d82013-03-05 15:52:07 +0530181 "patches.march_2013.p01_c_form",
Nabin Haita0accd92013-03-05 15:58:04 +0530182 "execute:webnotes.conn.sql('update tabDocPerm set `submit`=1, `cancel`=1, `amend`=1 where parent=\"Time Log\"')",
Nabin Haitdae20d82013-03-05 15:52:07 +0530183 "execute:webnotes.delete_doc('DocType', 'Attendance Control Panel')",
Nabin Hait87b9cd52013-03-06 13:15:08 +0530184 "patches.march_2013.p02_get_global_default",
Rushabh Mehtab8ec3e72013-03-11 14:29:09 +0530185 "patches.march_2013.p03_rename_blog_to_blog_post",
Anand Doshi71bed312013-03-13 12:57:04 +0530186 "patches.march_2013.p04_pos_update_stock_check",
Anand Doshi1cf73912013-03-15 13:42:31 +0530187 "patches.march_2013.p05_payment_reconciliation",
Anand Doshi080f9092013-03-18 17:57:59 +0530188 "patches.march_2013.p06_remove_sales_purchase_return_tool",
Rushabh Mehta06d186b2013-03-25 17:03:52 +0530189 "execute:webnotes.bean('Global Defaults').save()",
190 "patches.march_2013.p07_update_project_in_stock_ledger",
Anand Doshie3507312013-03-27 17:35:23 +0530191 "execute:webnotes.reload_doc('stock', 'doctype', 'item') #2013-03-25",
192 "execute:webnotes.reload_doc('setup', 'doctype', 'item_group') #2013-03-25",
193 "execute:webnotes.reload_doc('website', 'doctype', 'blog_post') #2013-03-25",
194 "execute:webnotes.reload_doc('website', 'doctype', 'web_page') #2013-03-25",
Nabin Hait4d150e62013-06-25 11:05:17 +0530195 "execute:webnotes.reload_doc('setup', 'doctype', 'sales_partner') #2013-06-25",
Anand Doshi9f910532013-03-26 12:25:11 +0530196 "execute:webnotes.conn.set_value('Email Settings', None, 'send_print_in_body_and_attachment', 1)",
197 "patches.march_2013.p09_unset_user_type_partner",
Anand Doshie3507312013-03-27 17:35:23 +0530198 "patches.march_2013.p10_set_fiscal_year_for_stock",
Nabin Haite2fe8de2013-03-28 15:30:41 +0530199 "patches.march_2013.p10_update_against_expense_account",
Rushabh Mehta2fe802c2013-03-28 16:26:11 +0530200 "patches.march_2013.p11_update_attach_files",
Nabin Haitacecb942013-03-29 10:48:41 +0530201 "patches.march_2013.p12_set_item_tax_rate_in_json",
Nabin Hait787c02e2013-03-29 16:42:33 +0530202 "patches.march_2013.p07_update_valuation_rate",
203 "patches.march_2013.p08_create_aii_accounts",
Nabin Hait2f20a7a2013-04-01 17:23:43 +0530204 "patches.april_2013.p01_update_serial_no_valuation_rate",
Nabin Hait996e4692013-04-02 14:26:26 +0530205 "patches.april_2013.p02_add_country_and_currency",
Nabin Hait1e3fc882013-04-02 18:13:20 +0530206 "patches.april_2013.p03_fixes_for_lead_in_quotation",
Rushabh Mehta27c40792013-04-03 15:21:44 +0530207 "patches.april_2013.p04_reverse_modules_list",
Nabin Haitd35293d2013-04-09 11:39:16 +0530208 "patches.april_2013.p04_update_role_in_pages",
Rushabh Mehta0c161122013-04-10 13:54:13 +0530209 "patches.april_2013.p05_update_file_data",
210 "patches.april_2013.p06_update_file_size",
Anand Doshie33f8272013-04-10 19:33:57 +0530211 "patches.april_2013.p05_fixes_in_reverse_modules",
Anand Doshiaeef7bd2013-04-19 16:21:55 +0530212 "patches.april_2013.p07_rename_cost_center_other_charges",
Anand Doshi4d705592013-04-18 16:21:42 +0530213 "patches.april_2013.p06_default_cost_center",
Rushabh Mehtacdc9e2c2013-04-25 11:06:17 +0530214 "execute:webnotes.reset_perms('File Data')",
Anand Doshieda17eb2013-04-29 15:21:30 +0530215 "patches.april_2013.p07_update_file_data_2",
Nabin Hait345c8fb2013-04-29 14:35:11 +0530216 "patches.april_2013.rebuild_sales_browser",
Anand Doshi21f4ea32013-05-10 18:08:32 +0530217 "patches.may_2013.p01_selling_net_total_export",
Nabin Hait4e1dcfc2013-05-10 15:17:20 +0530218 "patches.may_2013.repost_stock_for_no_posting_time",
Nabin Haitf826b932013-05-17 12:19:50 +0530219 "patches.may_2013.p01_conversion_factor_and_aii",
Nabin Hait9053cbc2013-05-20 15:28:44 +0530220 "patches.may_2013.p02_update_valuation_rate",
Nabin Haitcb990452013-05-21 17:17:40 +0530221 "patches.may_2013.p03_update_support_ticket",
Nabin Hait62d06292013-05-22 16:19:10 +0530222 "patches.may_2013.p04_reorder_level",
Nabin Haitb56412c2013-05-23 17:41:52 +0530223 "patches.may_2013.p05_update_cancelled_gl_entries",
Rushabh Mehta9c5f4fe2013-05-24 16:33:10 +0530224 "patches.may_2013.p06_make_notes",
Nabin Hait0feebc12013-06-03 16:45:38 +0530225 "patches.may_2013.p06_update_billed_amt_po_pr",
Anand Doshiecc28f02013-05-30 17:43:30 +0530226 "patches.may_2013.p07_move_update_stock_to_pos",
Anand Doshif41ce112013-05-30 19:18:51 +0530227 "patches.may_2013.p08_change_item_wise_tax",
Nabin Haitad600cc2013-06-04 16:56:56 +0530228 "patches.june_2013.p01_update_bom_exploded_items",
Rushabh Mehtacdd265d2013-06-07 14:52:53 +0530229 "patches.june_2013.p02_update_project_completed",
Anand Doshie3e15a92013-06-06 11:35:49 +0530230 "execute:webnotes.delete_doc('DocType', 'System Console')",
Anand Doshi060d9242013-06-12 17:40:36 +0530231 "patches.june_2013.p03_buying_selling_for_price_list",
Anand Doshie53a81d2013-06-10 15:15:40 +0530232 "patches.june_2013.p04_fix_event_for_lead_oppty_project",
Nabin Hait82366d32013-06-24 14:31:56 +0530233 "patches.june_2013.p05_remove_search_criteria_reports",
Anand Doshi690c2f52013-07-08 11:55:50 +0530234 "execute:webnotes.delete_doc('Report', 'Sales Orders Pending To Be Delivered')",
Rushabh Mehtaa642d592013-06-11 17:32:48 +0530235 "patches.june_2013.p05_remove_unused_doctypes",
Anand Doshi060d9242013-06-12 17:40:36 +0530236 "patches.june_2013.p06_drop_unused_tables",
Anand Doshi8f9f8a42013-06-28 19:18:33 +0530237 "patches.june_2013.p07_taxes_price_list_for_territory",
238 "patches.june_2013.p08_shopping_cart_settings",
Rushabh Mehtad242a8b2013-06-25 11:46:07 +0530239 "patches.june_2013.p09_update_global_defaults",
Anand Doshi8f9f8a42013-06-28 19:18:33 +0530240 "patches.june_2013.p10_lead_address",
Nabin Haited23cca2013-07-07 19:11:52 +0530241 "patches.july_2013.p01_remove_doctype_mappers",
Nabin Hait2bd37772013-07-08 19:00:29 +0530242 "execute:webnotes.delete_doc('Report', 'Delivered Items To Be Billed')",
243 "execute:webnotes.delete_doc('Report', 'Received Items To Be Billed')",
Nabin Haitfd33b2b2013-07-09 11:42:38 +0530244 "patches.july_2013.p02_copy_shipping_address",
Anand Doshi1357c0b2013-07-09 15:45:38 +0530245 "patches.july_2013.p03_cost_center_company",
Anand Doshi9f9877a2013-07-16 11:35:24 +0530246 "execute:webnotes.bean('Style Settings').save() #2013-07-16",
Anand Doshi2d71a512013-07-16 13:06:14 +0530247 "patches.july_2013.p04_merge_duplicate_leads",
Anand Doshi55da1ff2013-07-17 12:36:07 +0530248 "patches.july_2013.p05_custom_doctypes_in_list_view",
Nabin Hait5b43b3d2013-07-18 12:28:09 +0530249 "patches.july_2013.p06_same_sales_rate",
Nabin Hait60d9a5e2013-07-18 13:15:41 +0530250 "patches.july_2013.p07_repost_billed_amt_in_sales_cycle",
Anand Doshid81c3202013-07-22 15:37:48 +0530251 "execute:webnotes.reload_doc('accounts', 'Print Format', 'Sales Invoice Classic') # 2013-07-22",
252 "execute:webnotes.reload_doc('accounts', 'Print Format', 'Sales Invoice Modern') # 2013-07-22",
253 "execute:webnotes.reload_doc('accounts', 'Print Format', 'Sales Invoice Spartan') # 2013-07-22",
254 "execute:webnotes.reload_doc('selling', 'Print Format', 'Quotation Classic') # 2013-07-22",
255 "execute:webnotes.reload_doc('selling', 'Print Format', 'Quotation Modern') # 2013-07-22",
256 "execute:webnotes.reload_doc('selling', 'Print Format', 'Quotation Spartan') # 2013-07-22",
257 "execute:webnotes.reload_doc('selling', 'Print Format', 'Sales Order Classic') # 2013-07-22",
258 "execute:webnotes.reload_doc('selling', 'Print Format', 'Sales Order Modern') # 2013-07-22",
259 "execute:webnotes.reload_doc('selling', 'Print Format', 'Sales Order Spartan') # 2013-07-22",
260 "execute:webnotes.reload_doc('stock', 'Print Format', 'Delivery Note Classic') # 2013-07-22",
261 "execute:webnotes.reload_doc('stock', 'Print Format', 'Delivery Note Modern') # 2013-07-22",
262 "execute:webnotes.reload_doc('stock', 'Print Format', 'Delivery Note Spartan') # 2013-07-22",
263 "patches.july_2013.p08_custom_print_format_net_total_export",
Rushabh Mehta78d4b492012-11-23 17:53:43 +0530264]