commit | 9630aa3d7fcb526f137d6aec5f2d5417e17bb34c | [log] [tgz] |
---|---|---|
author | Manas Solanki <manassolanki@gmail.com> | Mon Apr 23 12:37:11 2018 +0530 |
committer | Manas Solanki <manassolanki@gmail.com> | Mon Apr 23 12:37:11 2018 +0530 |
tree | 18282f8109dce8df7898c7ce18bcb912802d3c69 | |
parent | c36524ec547046847197b0df185f8b3996c861ae [diff] |
fixed the gantt view of patient appointment
diff --git a/erpnext/healthcare/doctype/patient_appointment/patient_appointment_calendar.js b/erpnext/healthcare/doctype/patient_appointment/patient_appointment_calendar.js index bfb53b8..0b62d8e 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"