Skip to content

Commit

Permalink
fix: allow Auditor to read a Fiscal Year
Browse files Browse the repository at this point in the history
(cherry picked from commit eaa4efb)

# Conflicts:
#	erpnext/accounts/doctype/fiscal_year/fiscal_year.json
  • Loading branch information
barredterra authored and mergify[bot] committed May 27, 2024
1 parent 18b6d50 commit b1a911a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions erpnext/accounts/doctype/fiscal_year/fiscal_year.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@
"icon": "fa fa-calendar",
"idx": 1,
"links": [],
<<<<<<< HEAD
"modified": "2020-11-05 12:16:53.081573",
=======
"modified": "2024-05-27 17:29:55.560840",
>>>>>>> eaa4efbc45 (fix: allow Auditor to read a Fiscal Year)
"modified_by": "Administrator",
"module": "Accounts",
"name": "Fiscal Year",
Expand Down Expand Up @@ -126,6 +130,10 @@
{
"read": 1,
"role": "Stock Manager"
},
{
"read": 1,
"role": "Auditor"
}
],
"show_name_in_global_search": 1,
Expand Down

0 comments on commit b1a911a

Please sign in to comment.