From 6cce75a230618e0f0db3aec48f84f2e4cd3ec3d0 Mon Sep 17 00:00:00 2001 From: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> Date: Fri, 1 May 2020 12:03:18 +0530 Subject: [PATCH 1/2] Revert "fix: Update in field type" --- 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 968fa68791..7d2e3112fb 100644 --- a/erpnext/stock/doctype/item/item.json +++ b/erpnext/stock/doctype/item/item.json @@ -382,7 +382,7 @@ { "depends_on": "eval:doc.is_stock_item", "fieldname": "warranty_period", - "fieldtype": "Int", + "fieldtype": "Data", "label": "Warranty Period (in days)", "oldfieldname": "warranty_period", "oldfieldtype": "Data" @@ -1060,7 +1060,7 @@ "image_field": "image", "links": [], "max_attachments": 1, - "modified": "2020-04-27 08:46:06.195722", + "modified": "2020-04-07 15:56:06.195722", "modified_by": "Administrator", "module": "Stock", "name": "Item", @@ -1122,4 +1122,4 @@ "sort_order": "DESC", "title_field": "item_name", "track_changes": 1 -} +} \ No newline at end of file From 998364d63662994b08120bd243ed4bec01b70730 Mon Sep 17 00:00:00 2001 From: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> Date: Fri, 1 May 2020 12:04:13 +0530 Subject: [PATCH 2/2] fix: Update timestamp --- erpnext/stock/doctype/item/item.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/stock/doctype/item/item.json b/erpnext/stock/doctype/item/item.json index 7d2e3112fb..c371999a27 100644 --- a/erpnext/stock/doctype/item/item.json +++ b/erpnext/stock/doctype/item/item.json @@ -1060,7 +1060,7 @@ "image_field": "image", "links": [], "max_attachments": 1, - "modified": "2020-04-07 15:56:06.195722", + "modified": "2020-04-08 15:56:06.195722", "modified_by": "Administrator", "module": "Stock", "name": "Item", @@ -1122,4 +1122,4 @@ "sort_order": "DESC", "title_field": "item_name", "track_changes": 1 -} \ No newline at end of file +}