From 64095084e7c9000038da932503ea2d5e221cf234 Mon Sep 17 00:00:00 2001 From: pranav nachnekar Date: Tue, 3 Sep 2019 12:03:14 +0530 Subject: [PATCH] Removed end time in favor of appointment duration --- erpnext/crm/doctype/appointment/appointment.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/erpnext/crm/doctype/appointment/appointment.json b/erpnext/crm/doctype/appointment/appointment.json index 24cbd92bc73..70c449da74c 100644 --- a/erpnext/crm/doctype/appointment/appointment.json +++ b/erpnext/crm/doctype/appointment/appointment.json @@ -5,9 +5,7 @@ "editable_grid": 1, "engine": "InnoDB", "field_order": [ - "from_time", - "to_time", - "appointment_date", + "scheduled_time", "customer_details_section", "customer_name", "customer_phone_number", @@ -62,9 +60,16 @@ "fieldname": "customer_details", "fieldtype": "Long Text", "label": "Details" + }, + { + "fieldname": "scheduled_time", + "fieldtype": "Datetime", + "in_list_view": 1, + "label": "Scheduled Time", + "reqd": 1 } ], - "modified": "2019-08-27 12:43:30.143937", + "modified": "2019-09-01 10:19:50.711989", "modified_by": "Administrator", "module": "CRM", "name": "Appointment",