fixed the gantt view of patient appointment

This commit is contained in:
Manas Solanki 2018-04-23 12:37:11 +05:30
parent c36524ec54
commit 9630aa3d7f

View File

@ -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"