fix(patch): reload GSTR 3B report

This commit is contained in:
sahil28297 2020-05-04 19:20:55 +05:30 committed by GitHub
parent 781bf78ce5
commit 232396494b
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()