fix: account and stock manager read perm

This commit is contained in:
Gursheen Anand
2024-01-17 13:09:51 +05:30
parent 906b9562de
commit 572e844a91

View File

@@ -119,6 +119,14 @@
{ {
"read": 1, "read": 1,
"role": "Employee" "role": "Employee"
},
{
"read": 1,
"role": "Accounts Manager"
},
{
"read": 1,
"role": "Stock Manager"
} }
], ],
"show_name_in_global_search": 1, "show_name_in_global_search": 1,