chore: update permissions for Process Payment Reconciliation

This commit is contained in:
ruthra kumar 2023-08-11 10:55:43 +05:30
parent b0c79a0467
commit cd28d15292

View File

@ -146,7 +146,7 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2023-04-21 17:19:30.912953", "modified": "2023-08-11 10:56:51.699137",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Process Payment Reconciliation", "name": "Process Payment Reconciliation",
@ -154,15 +154,25 @@
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
"amend": 1,
"cancel": 1,
"create": 1, "create": 1,
"delete": 1, "delete": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1, "read": 1,
"report": 1, "role": "Accounts Manager",
"role": "System Manager",
"share": 1, "share": 1,
"submit": 1,
"write": 1
},
{
"amend": 1,
"cancel": 1,
"create": 1,
"delete": 1,
"read": 1,
"role": "Accounts User",
"share": 1,
"submit": 1,
"write": 1 "write": 1
} }
], ],