mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
Update set_b2c_limit.py
This commit is contained in:
@@ -6,6 +6,7 @@ import frappe
|
|||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
frappe.reload_doc("regional", "doctype", "gst_settings")
|
frappe.reload_doc("regional", "doctype", "gst_settings")
|
||||||
|
frappe.reload_doc("regional", "doctype", "gst_account")
|
||||||
gst_settings = frappe.get_doc("GST Settings")
|
gst_settings = frappe.get_doc("GST Settings")
|
||||||
gst_settings.b2c_limit = 250000
|
gst_settings.b2c_limit = 250000
|
||||||
gst_settings.save()
|
gst_settings.save()
|
||||||
|
|||||||
Reference in New Issue
Block a user