From bac5f76247d8bd0fc10962e52a21bb04052d3577 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 11 Oct 2023 11:48:51 +0530 Subject: [PATCH] fix: Apply address all perm only if owner --- frappe/contacts/doctype/address/address.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frappe/contacts/doctype/address/address.json b/frappe/contacts/doctype/address/address.json index 4c4694cf90..4b104c7ab0 100644 --- a/frappe/contacts/doctype/address/address.json +++ b/frappe/contacts/doctype/address/address.json @@ -148,7 +148,7 @@ "icon": "fa fa-map-marker", "idx": 5, "links": [], - "modified": "2023-10-09 11:42:04.982763", + "modified": "2023-10-11 11:48:26.954934", "modified_by": "Administrator", "module": "Contacts", "name": "Address", @@ -210,6 +210,7 @@ { "create": 1, "export": 1, + "if_owner": 1, "print": 1, "read": 1, "role": "All",