From 4d20f3029bfaba24dd2bb764c826191c2d7a7d89 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 20 Oct 2015 12:18:19 +0530 Subject: [PATCH] [fix] Set fieldtype of description field as Text in Landed Cost Item --- erpnext/stock/doctype/landed_cost_item/landed_cost_item.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/stock/doctype/landed_cost_item/landed_cost_item.json b/erpnext/stock/doctype/landed_cost_item/landed_cost_item.json index 3dbe794117..52ea1939f3 100644 --- a/erpnext/stock/doctype/landed_cost_item/landed_cost_item.json +++ b/erpnext/stock/doctype/landed_cost_item/landed_cost_item.json @@ -35,7 +35,7 @@ "bold": 0, "collapsible": 0, "fieldname": "description", - "fieldtype": "Data", + "fieldtype": "Text", "hidden": 0, "ignore_user_permissions": 0, "in_filter": 0, @@ -216,7 +216,7 @@ "is_submittable": 0, "issingle": 0, "istable": 1, - "modified": "2015-10-02 07:38:54.612684", + "modified": "2015-10-20 12:16:35.511559", "modified_by": "Administrator", "module": "Stock", "name": "Landed Cost Item",