From c14766748635c2b700da0bed127eae06170334c4 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 26 Aug 2014 14:25:53 +0530 Subject: [PATCH] [hotfix] Supplier read permission for Purchase User --- erpnext/buying/doctype/supplier/supplier.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/buying/doctype/supplier/supplier.json b/erpnext/buying/doctype/supplier/supplier.json index 6a34e7d35f..ceaeebc13f 100644 --- a/erpnext/buying/doctype/supplier/supplier.json +++ b/erpnext/buying/doctype/supplier/supplier.json @@ -186,7 +186,7 @@ ], "icon": "icon-user", "idx": 1, - "modified": "2014-08-07 06:57:15.274795", + "modified": "2014-08-26 04:55:32.004458", "modified_by": "Administrator", "module": "Buying", "name": "Supplier", @@ -201,7 +201,7 @@ "print": 1, "read": 1, "report": 1, - "role": "Purchase Manager", + "role": "Purchase User", "submit": 0, "write": 0 },