commit | 60aa1170d57806f9983969c9e1f431748d224605 | [log] [tgz] |
---|---|---|
author | Manas Solanki <manas@erpnext.com> | Mon Apr 23 12:39:28 2018 +0530 |
committer | GitHub <noreply@github.com> | Mon Apr 23 12:39:28 2018 +0530 |
tree | 0d00c3240945ac9360375878928e1567715278b9 | |
parent | aa6576c0ea5e6bcc621e18a1883670654ac53eaf [diff] | |
parent | 9630aa3d7fcb526f137d6aec5f2d5417e17bb34c [diff] |
Merge pull request #13762 from manassolanki/fix-patient-appointment 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"