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

(cherry picked from commit 0ba2961103)

# Conflicts:
#	erpnext/setup/doctype/terms_and_conditions/terms_and_conditions.json
This commit is contained in:
Diptanil Saha
2026-06-06 17:14:08 +05:30
committed by Mergify
parent e0a0b3eafc
commit 5579aee890

View File

@@ -89,7 +89,7 @@
"icon": "icon-legal",
"idx": 1,
"links": [],
"modified": "2026-04-29 22:51:49.285298",
"modified": "2026-06-06 16:35:34.394675",
"modified_by": "Administrator",
"module": "Setup",
"name": "Terms and Conditions",
@@ -135,13 +135,35 @@
"print": 1,
"read": 1,
"report": 1,
"role": "Accounts User",
"role": "Accounts Manager",
"share": 1,
"write": 1
},
{
"read": 1,
"role": "Stock User"
<<<<<<< HEAD
=======
},
{
"role": "HR User",
"select": 1
},
{
"create": 1,
"read": 1,
"role": "HR Manager",
"write": 1
},
{
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "Accounts User",
"share": 1
>>>>>>> 0ba2961103 (fix: updated role based permission for terms and conditions doctype (#55674))
}
],
"quick_entry": 1,