Merge pull request #21583 from frappe/sahil28297-patch-2

fix(patch): reload GSTR 3B report
This commit is contained in:
Deepesh Garg 2020-05-04 19:26:28 +05:30 committed by GitHub
commit aa163ccbe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,4 +7,5 @@ def execute():
return
frappe.reload_doc("regional", "doctype", "lower_deduction_certificate")
add_permissions()
frappe.reload_doc("regional", "doctype", "gstr_3b_report")
add_permissions()