Update set_b2c_limit.py
This commit is contained in:
parent
0c7ce02e54
commit
8a562266ad
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user