mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 04:59:18 +00:00
default permission from GST doctypes
This commit is contained in:
@@ -72,7 +72,6 @@ def add_custom_roles_for_reports():
|
|||||||
|
|
||||||
def add_permissions():
|
def add_permissions():
|
||||||
for doctype in ('GST HSN Code', 'GST Settings'):
|
for doctype in ('GST HSN Code', 'GST Settings'):
|
||||||
add_permission(doctype, 'Accounts Manager', 0)
|
|
||||||
add_permission(doctype, 'All', 0)
|
add_permission(doctype, 'All', 0)
|
||||||
|
|
||||||
def add_print_formats():
|
def add_print_formats():
|
||||||
|
|||||||
Reference in New Issue
Block a user