Skip to content

Commit

Permalink
fix(patch): reload GSTR 3B report
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil28297 committed May 4, 2020
1 parent 781bf78 commit 2323964
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion erpnext/patches/v11_0/add_permissions_in_gst_settings.py
Expand Up @@ -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()

0 comments on commit 2323964

Please sign in to comment.