fix: updated role based permission for terms and conditions doctype (#55674)

(cherry picked from commit 0ba2961103)
This commit is contained in:
Diptanil Saha
2026-06-06 17:14:08 +05:30
committed by Mergify
parent a403e85918
commit 254290a88e

View File

@@ -89,7 +89,7 @@
"icon": "icon-legal", "icon": "icon-legal",
"idx": 1, "idx": 1,
"links": [], "links": [],
"modified": "2026-04-29 22:51:49.285298", "modified": "2026-06-06 16:35:34.394675",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Setup", "module": "Setup",
"name": "Terms and Conditions", "name": "Terms and Conditions",
@@ -135,7 +135,7 @@
"print": 1, "print": 1,
"read": 1, "read": 1,
"report": 1, "report": 1,
"role": "Accounts User", "role": "Accounts Manager",
"share": 1, "share": 1,
"write": 1 "write": 1
}, },
@@ -152,6 +152,15 @@
"read": 1, "read": 1,
"role": "HR Manager", "role": "HR Manager",
"write": 1 "write": 1
},
{
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "Accounts User",
"share": 1
} }
], ],
"quick_entry": 1, "quick_entry": 1,