Skip to content

Commit 4620d81

Browse files
authored
fix(SEPA Payment Order): allow usage by Accounts Manager / Accounts User (#356)
1 parent c86e5d7 commit 4620d81

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

banking/ebics/doctype/sepa_payment_order/sepa_payment_order.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"grid_page_length": 50,
147147
"is_submittable": 1,
148148
"links": [],
149-
"modified": "2025-10-29 15:26:22.373076",
149+
"modified": "2026-03-17 21:50:42.728623",
150150
"modified_by": "Administrator",
151151
"module": "EBICS",
152152
"name": "SEPA Payment Order",
@@ -165,6 +165,27 @@
165165
"share": 1,
166166
"submit": 1,
167167
"write": 1
168+
},
169+
{
170+
"create": 1,
171+
"delete": 1,
172+
"email": 1,
173+
"export": 1,
174+
"print": 1,
175+
"read": 1,
176+
"report": 1,
177+
"role": "Accounts Manager",
178+
"share": 1,
179+
"submit": 1,
180+
"write": 1
181+
},
182+
{
183+
"create": 1,
184+
"delete": 1,
185+
"if_owner": 1,
186+
"read": 1,
187+
"role": "Accounts User",
188+
"write": 1
168189
}
169190
],
170191
"row_format": "Dynamic",

0 commit comments

Comments
 (0)