From 94b1a4700918c5a24c178b23cc8223aa27967422 Mon Sep 17 00:00:00 2001 From: Gursheen Anand Date: Wed, 17 Jan 2024 13:09:51 +0530 Subject: [PATCH] fix: account and stock manager read perm --- .../accounts/doctype/fiscal_year/fiscal_year.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/fiscal_year/fiscal_year.json b/erpnext/accounts/doctype/fiscal_year/fiscal_year.json index 2a911b4a8d0..58c927b09ac 100644 --- a/erpnext/accounts/doctype/fiscal_year/fiscal_year.json +++ b/erpnext/accounts/doctype/fiscal_year/fiscal_year.json @@ -71,7 +71,7 @@ "icon": "fa fa-calendar", "idx": 1, "links": [], - "modified": "2023-02-24 16:57:57.904160", + "modified": "2024-01-17 13:06:01.608953", "modified_by": "Administrator", "module": "Accounts", "name": "Fiscal Year", @@ -107,6 +107,14 @@ { "read": 1, "role": "Employee" + }, + { + "read": 1, + "role": "Accounts Manager" + }, + { + "read": 1, + "role": "Stock Manager" } ], "show_name_in_global_search": 1, @@ -114,4 +122,4 @@ "sort_field": "name", "sort_order": "DESC", "states": [] -} \ No newline at end of file +} -- GitLab