From 0c7ce02e54799db008f6b201e635a02edb76b321 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Thu, 15 Feb 2018 18:12:27 +0530 Subject: [PATCH] Update set_b2c_limit.py --- erpnext/patches/v10_0/set_b2c_limit.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erpnext/patches/v10_0/set_b2c_limit.py b/erpnext/patches/v10_0/set_b2c_limit.py index 93b5719c10f..81c0d4a6f8c 100644 --- a/erpnext/patches/v10_0/set_b2c_limit.py +++ b/erpnext/patches/v10_0/set_b2c_limit.py @@ -6,6 +6,7 @@ import frappe def execute(): frappe.reload_doc("regional", "doctype", "gst_settings") + frappe.reload_doc("regional", "doctype", "gst_account") gst_settings = frappe.get_doc("GST Settings") gst_settings.b2c_limit = 250000 - gst_settings.save() \ No newline at end of file + gst_settings.save()