mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
Update set_b2c_limit.py
This commit is contained in:
@@ -6,7 +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")
|
frappe.reload_doc("accounts", "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