Merge pull request #9493 from saurabh6790/gst_patch_fix
[fix] reload gst settings doctype in patch
This commit is contained in:
commit
3708df61bf
@ -2,6 +2,7 @@ import frappe
|
|||||||
from frappe.email import sendmail_to_system_managers
|
from frappe.email import sendmail_to_system_managers
|
||||||
|
|
||||||
def execute():
|
def execute():
|
||||||
|
frappe.reload_doc('regional', 'doctype', 'gst_settings')
|
||||||
frappe.reload_doc('regional', 'doctype', 'gst_hsn_code')
|
frappe.reload_doc('regional', 'doctype', 'gst_hsn_code')
|
||||||
|
|
||||||
for report_name in ('GST Sales Register', 'GST Purchase Register',
|
for report_name in ('GST Sales Register', 'GST Purchase Register',
|
||||||
|
|||||||
@ -83,7 +83,7 @@
|
|||||||
"issingle": 1,
|
"issingle": 1,
|
||||||
"istable": 0,
|
"istable": 0,
|
||||||
"max_attachments": 0,
|
"max_attachments": 0,
|
||||||
"modified": "2017-06-27 16:20:21.206397",
|
"modified": "2017-06-28 16:20:21.206397",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Regional",
|
"module": "Regional",
|
||||||
"name": "GST Settings",
|
"name": "GST Settings",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user