From 2fdb51f85ec2eb9c4985e05fa1a0b1d368380d65 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Mon, 12 May 2014 17:32:36 +0530 Subject: [PATCH] fixes frappe/erpnext#1627 --- erpnext/stock/doctype/item/item.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/erpnext/stock/doctype/item/item.json b/erpnext/stock/doctype/item/item.json index d7b3853494..f42f35ccfa 100644 --- a/erpnext/stock/doctype/item/item.json +++ b/erpnext/stock/doctype/item/item.json @@ -109,9 +109,9 @@ }, { "fieldname": "image", - "fieldtype": "Select", + "fieldtype": "Attach", "label": "Image", - "options": "attach_files:", + "options": "", "permlevel": 0, "read_only": 0 }, @@ -832,7 +832,7 @@ "icon": "icon-tag", "idx": 1, "max_attachments": 1, - "modified": "2014-05-07 05:29:42.155019", + "modified": "2014-05-12 07:54:58.118118", "modified_by": "Administrator", "module": "Stock", "name": "Item",