diff --git a/erpnext/accounts/doctype/fiscal_year/fiscal_year.json b/erpnext/accounts/doctype/fiscal_year/fiscal_year.json index 2a911b4a8d03a025213d23b18dc598e5c8efe930..58c927b09ac036eea0fe5e29c2f90b0cb8b84cb8 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 +}