From df4b947e40568724fb2f36486e4452931bdd671e Mon Sep 17 00:00:00 2001 From: Neil Trini Lasrado Date: Mon, 27 Oct 2014 14:41:43 +0530 Subject: [PATCH] data type of start_date and end_date changed to datetime --- .../doctype/production_order/production_order.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/erpnext/manufacturing/doctype/production_order/production_order.json b/erpnext/manufacturing/doctype/production_order/production_order.json index 5a09ef046f..9ec5892638 100644 --- a/erpnext/manufacturing/doctype/production_order/production_order.json +++ b/erpnext/manufacturing/doctype/production_order/production_order.json @@ -130,14 +130,14 @@ }, { "fieldname": "start_date", - "fieldtype": "Date", + "fieldtype": "Datetime", "label": "Start Date", "permlevel": 0, "precision": "" }, { "fieldname": "end_date", - "fieldtype": "Date", + "fieldtype": "Datetime", "label": "End Date", "permlevel": 0, "precision": "" @@ -246,7 +246,7 @@ "idx": 1, "in_create": 0, "is_submittable": 1, - "modified": "2014-10-14 13:09:37.463454", + "modified": "2014-10-27 13:42:31.476892", "modified_by": "Administrator", "module": "Manufacturing", "name": "Production Order",