From a70b41fbb84f7307f163680fee7cfd0fc0078fb6 Mon Sep 17 00:00:00 2001 From: Ishan Loya Date: Sat, 20 May 2017 13:09:34 +0530 Subject: [PATCH] Remove Role 'All' from BOM --- erpnext/manufacturing/doctype/bom/bom.json | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/erpnext/manufacturing/doctype/bom/bom.json b/erpnext/manufacturing/doctype/bom/bom.json index c42403c010d..e507da40e36 100644 --- a/erpnext/manufacturing/doctype/bom/bom.json +++ b/erpnext/manufacturing/doctype/bom/bom.json @@ -1592,26 +1592,6 @@ "name": "BOM", "owner": "Administrator", "permissions": [ - { - "amend": 0, - "apply_user_permissions": 0, - "cancel": 0, - "create": 1, - "delete": 1, - "email": 1, - "export": 1, - "if_owner": 0, - "import": 0, - "permlevel": 0, - "print": 1, - "read": 1, - "report": 1, - "role": "All", - "set_user_permissions": 0, - "share": 1, - "submit": 0, - "write": 1 - }, { "amend": 0, "apply_user_permissions": 0, @@ -1662,4 +1642,4 @@ "sort_order": "DESC", "track_changes": 1, "track_seen": 0 -} \ No newline at end of file +}