From 9630aa3d7fcb526f137d6aec5f2d5417e17bb34c Mon Sep 17 00:00:00 2001 From: Manas Solanki Date: Mon, 23 Apr 2018 12:37:11 +0530 Subject: [PATCH] fixed the gantt view of patient appointment --- .../patient_appointment/patient_appointment_calendar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/healthcare/doctype/patient_appointment/patient_appointment_calendar.js b/erpnext/healthcare/doctype/patient_appointment/patient_appointment_calendar.js index bfb53b83b8..0b62d8e368 100644 --- a/erpnext/healthcare/doctype/patient_appointment/patient_appointment_calendar.js +++ b/erpnext/healthcare/doctype/patient_appointment/patient_appointment_calendar.js @@ -1,8 +1,8 @@ frappe.views.calendar["Patient Appointment"] = { field_map: { - "start": "start", - "end": "end", + "start": "appointment_date", + "end": "appointment_datetime", "id": "name", "title": "patient", "allDay": "allDay"