default permission from GST doctypes

This commit is contained in:
Nabin Hait 2017-09-29 10:39:32 +05:30
parent 6d61a45f42
commit bdb4c542e7

View File

@ -72,7 +72,6 @@ def add_custom_roles_for_reports():
def add_permissions():
for doctype in ('GST HSN Code', 'GST Settings'):
add_permission(doctype, 'Accounts Manager', 0)
add_permission(doctype, 'All', 0)
def add_print_formats():