From 47abaf70b24b588aad481df30afe4b799934f556 Mon Sep 17 00:00:00 2001 From: iamkhanraheel Date: Fri, 17 Apr 2026 17:13:51 +0530 Subject: [PATCH] fix: default company perms for HR manager (cherry picked from commit 2018a90ad8f30d343a153d0c52ba5615118f2247) --- erpnext/setup/doctype/company/company.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/erpnext/setup/doctype/company/company.json b/erpnext/setup/doctype/company/company.json index a38310fb3ad..37eda038e3b 100644 --- a/erpnext/setup/doctype/company/company.json +++ b/erpnext/setup/doctype/company/company.json @@ -970,7 +970,7 @@ "image_field": "company_logo", "is_tree": 1, "links": [], - "modified": "2026-04-14 18:13:20.811422", + "modified": "2026-04-17 17:11:46.586135", "modified_by": "Administrator", "module": "Setup", "name": "Company", @@ -1036,9 +1036,6 @@ "select": 1 }, { - "create": 1, - "export": 1, - "import": 1, "read": 1, "report": 1, "role": "HR Manager",