Merge pull request #41095 from frappe/mergify/bp/version-15/pr-41093

fix: accounts manager perm for FY (backport #41093)
This commit is contained in:
Gursheen Kaur Anand
2024-04-19 14:08:59 +05:30
committed by GitHub

View File

@@ -87,7 +87,7 @@
"module": "Accounts",
"name": "Fiscal Year",
"naming_rule": "By fieldname",
"owner": "Administrator",
"owner": "Administrator",
"permissions": [
{
"create": 1,
@@ -119,6 +119,14 @@
{
"read": 1,
"role": "Employee"
},
{
"read": 1,
"role": "Accounts Manager"
},
{
"read": 1,
"role": "Stock Manager"
}
],
"show_name_in_global_search": 1,