From 6e4d4a55cd70964d8ab8870105591abaa1b17b9e Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Tue, 16 Jan 2024 15:12:28 +0530 Subject: [PATCH] fix: permission issue for the BIN --- erpnext/stock/doctype/bin/bin.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/erpnext/stock/doctype/bin/bin.json b/erpnext/stock/doctype/bin/bin.json index 10d9511357..39e0917ce6 100644 --- a/erpnext/stock/doctype/bin/bin.json +++ b/erpnext/stock/doctype/bin/bin.json @@ -186,7 +186,7 @@ "idx": 1, "in_create": 1, "links": [], - "modified": "2023-11-01 16:51:17.079107", + "modified": "2024-01-16 15:11:46.140323", "modified_by": "Administrator", "module": "Stock", "name": "Bin", @@ -213,6 +213,21 @@ "read": 1, "report": 1, "role": "Stock User" + }, + { + "read": 1, + "report": 1, + "role": "Stock Manager" + }, + { + "read": 1, + "report": 1, + "role": "Purchase Manager" + }, + { + "read": 1, + "report": 1, + "role": "Sales Manager" } ], "quick_entry": 1,