From f5ab5f3c0c6fb3b6f34ce5cb1633dae00f765447 Mon Sep 17 00:00:00 2001 From: Saurabh Date: Mon, 4 Jul 2016 11:38:45 +0530 Subject: [PATCH] [minor][fix] reload warehouse before executing patches --- erpnext/patches.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/patches.txt b/erpnext/patches.txt index 66c7a7e642..911e42c07e 100644 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt @@ -8,6 +8,7 @@ erpnext.patches.v4_0.apply_user_permissions erpnext.patches.v4_0.move_warehouse_user_to_restrictions erpnext.patches.v4_0.global_defaults_to_system_settings erpnext.patches.v4_0.update_incharge_name_to_sales_person_in_maintenance_schedule +execute:frappe.reload_doc('stock', 'doctype', 'warehouse') execute:frappe.reload_doc('accounts', 'doctype', 'sales_invoice') # 2014-01-29 execute:frappe.reload_doc('selling', 'doctype', 'sales_order') # 2014-01-29 execute:frappe.reload_doc('selling', 'doctype', 'quotation') # 2014-01-29