Skip to content

Commit

Permalink
fix: Apply address all perm only if owner
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed Oct 11, 2023
1 parent 6a78e06 commit bac5f76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frappe/contacts/doctype/address/address.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -210,6 +210,7 @@
{
"create": 1,
"export": 1,
"if_owner": 1,
"print": 1,
"read": 1,
"role": "All",
Expand Down

0 comments on commit bac5f76

Please sign in to comment.