Merge pull request #9549 from rohitwaghchaure/patch_fix_gst

[Fix] Options must be a valid DocType for field Customs Tariff Number
This commit is contained in:
Makarand Bauskar 2017-06-30 11:59:47 +05:30 committed by GitHub
commit d192a420d1

View File

@ -4,6 +4,7 @@ from frappe.email import sendmail_to_system_managers
def execute():
frappe.reload_doc('regional', 'doctype', 'gst_settings')
frappe.reload_doc('regional', 'doctype', 'gst_hsn_code')
frappe.reload_doc('stock', 'doctype', 'item')
for report_name in ('GST Sales Register', 'GST Purchase Register',
'GST Itemised Sales Register', 'GST Itemised Purchase Register'):