Update set_b2c_limit.py
diff --git a/erpnext/patches/v10_0/set_b2c_limit.py b/erpnext/patches/v10_0/set_b2c_limit.py
index 93b5719..81c0d4a 100644
--- a/erpnext/patches/v10_0/set_b2c_limit.py
+++ b/erpnext/patches/v10_0/set_b2c_limit.py
@@ -6,6 +6,7 @@
 
 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()