From d8b5ceb68a11a09a33c9e6582008f0fd1bc53086 Mon Sep 17 00:00:00 2001 From: meichthys Date: Thu, 23 Oct 2025 03:16:05 +0000 Subject: [PATCH] Give Church Manager submit permissions on collections and expenses --- church/fixtures/custom_docperm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/church/fixtures/custom_docperm.json b/church/fixtures/custom_docperm.json index 841262e..970b376 100644 --- a/church/fixtures/custom_docperm.json +++ b/church/fixtures/custom_docperm.json @@ -288,8 +288,8 @@ "write": 1 }, { - "amend": 0, - "cancel": 0, + "amend": 1, + "cancel": 1, "create": 1, "delete": 1, "docstatus": 0, @@ -308,7 +308,7 @@ "role": "Church Manager", "select": 1, "share": 1, - "submit": 0, + "submit": 1, "write": 1 }, {