mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 13:08:27 +00:00
fixed dependency issues
This commit is contained in:
@@ -100,7 +100,7 @@ def sync_roles():
|
||||
|
||||
# roles
|
||||
roles = {
|
||||
'Accounts' : "'Accounts Manager', 'Accounts User'",
|
||||
'Accounts' : "'Accounts Manager', 'Accounts User', 'Auditor'",
|
||||
'Selling' : "'Customer', 'Sales User', 'Sales Manager', 'Sales Master Manager', 'Partner'",
|
||||
'Buying' : "'Supplier', 'Purchase User', 'Purchase Manager', 'Purchase Master Manager'",
|
||||
'Stock' : "'Material User', 'Material Master Manager', 'Material Manager', 'Quality Manager'",
|
||||
|
||||
Reference in New Issue
Block a user