Merge pull request #55676 from frappe/mergify/bp/version-16-hotfix/pr-55674

fix: updated role based permission for terms and conditions doctype (backport #55674)
This commit is contained in:
Nabin Hait
2026-06-10 12:13:45 +05:30
committed by GitHub

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,