From 64c7eeed24875e840eeebc76155142452648339b Mon Sep 17 00:00:00 2001 From: Wolfram Schmidt Date: Sun, 26 Apr 2020 10:56:08 +0200 Subject: [PATCH 1/2] Update in field type Warrenty Period (in Days) changed from "Data" to "Int". --- 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..b96dc28195 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": "Data", + "fieldtype": "Int", "label": "Warranty Period (in days)", "oldfieldname": "warranty_period", "oldfieldtype": "Data" @@ -1122,4 +1122,4 @@ "sort_order": "DESC", "title_field": "item_name", "track_changes": 1 -} \ No newline at end of file +} From acfe8f020f4ba4eb440609c35febdf142f563880 Mon Sep 17 00:00:00 2001 From: Wolfram Schmidt Date: Mon, 27 Apr 2020 08:48:34 +0200 Subject: [PATCH 2/2] added time stamp to commit added time stamp to commit --- erpnext/stock/doctype/item/item.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/stock/doctype/item/item.json b/erpnext/stock/doctype/item/item.json index b96dc28195..968fa68791 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-27 08:46:06.195722", "modified_by": "Administrator", "module": "Stock", "name": "Item",