commit | 232396494bd36081df275311b7449acc79c61e5c | [log] [tgz] |
---|---|---|
author | sahil28297 <37302950+sahil28297@users.noreply.github.com> | Mon May 04 19:20:55 2020 +0530 |
committer | GitHub <noreply@github.com> | Mon May 04 19:20:55 2020 +0530 |
tree | 9eec20b88674a2a89100d0b1597500fa835858d6 | |
parent | 781bf78ce58b074f2d491e0ee734f6096de0f11a [diff] |
fix(patch): reload GSTR 3B report
diff --git a/erpnext/patches/v11_0/add_permissions_in_gst_settings.py b/erpnext/patches/v11_0/add_permissions_in_gst_settings.py index d793611..83b2a4c 100644 --- a/erpnext/patches/v11_0/add_permissions_in_gst_settings.py +++ b/erpnext/patches/v11_0/add_permissions_in_gst_settings.py
@@ -7,4 +7,5 @@ return frappe.reload_doc("regional", "doctype", "lower_deduction_certificate") - add_permissions() \ No newline at end of file + frappe.reload_doc("regional", "doctype", "gstr_3b_report") + add_permissions()