diff --git a/erpnext/setup/doctype/company/company.json b/erpnext/setup/doctype/company/company.json index 349c328c06c..7b300d57195 100644 --- a/erpnext/setup/doctype/company/company.json +++ b/erpnext/setup/doctype/company/company.json @@ -712,7 +712,11 @@ "image_field": "company_logo", "is_tree": 1, "links": [], +<<<<<<< HEAD "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", "module": "Setup", "name": "Company", @@ -768,6 +772,10 @@ "role": "Accounts Manager", "share": 1, "write": 1 + }, + { + "role": "Auditor", + "select": 1 } ], "show_name_in_global_search": 1,