From c33788a91bc3d8d6e2b40f768f8570b9c3796d95 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Fri, 29 Dec 2017 15:42:37 +0530 Subject: [PATCH] Show standard rate only in unsaved Item --- erpnext/stock/doctype/item/item.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erpnext/stock/doctype/item/item.json b/erpnext/stock/doctype/item/item.json index 7d18dd6f606..eb00e5c44f5 100644 --- a/erpnext/stock/doctype/item/item.json +++ b/erpnext/stock/doctype/item/item.json @@ -457,6 +457,7 @@ "bold": 1, "collapsible": 0, "columns": 0, + "depends_on": "eval:doc.__islocal", "fieldname": "standard_rate", "fieldtype": "Currency", "hidden": 0, @@ -3453,7 +3454,7 @@ "issingle": 0, "istable": 0, "max_attachments": 1, - "modified": "2017-12-27 15:47:17.039337", + "modified": "2017-12-29 14:18:37.731142", "modified_by": "Administrator", "module": "Stock", "name": "Item",