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()