fix: allow Auditor to select a company
(cherry picked from commit 06401cc84f)
# Conflicts:
# erpnext/setup/doctype/company/company.json
This commit is contained in:
@@ -712,7 +712,11 @@
|
|||||||
"image_field": "company_logo",
|
"image_field": "company_logo",
|
||||||
"is_tree": 1,
|
"is_tree": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
|
<<<<<<< HEAD
|
||||||
"modified": "2023-10-23 10:19:24.322898",
|
"modified": "2023-10-23 10:19:24.322898",
|
||||||
|
=======
|
||||||
|
"modified": "2024-05-27 17:32:49.057386",
|
||||||
|
>>>>>>> 06401cc84f (fix: allow Auditor to select a company)
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Setup",
|
"module": "Setup",
|
||||||
"name": "Company",
|
"name": "Company",
|
||||||
@@ -768,6 +772,10 @@
|
|||||||
"role": "Accounts Manager",
|
"role": "Accounts Manager",
|
||||||
"share": 1,
|
"share": 1,
|
||||||
"write": 1
|
"write": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"role": "Auditor",
|
||||||
|
"select": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"show_name_in_global_search": 1,
|
"show_name_in_global_search": 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user