Merge pull request #13762 from manassolanki/fix-patient-appointment

fixed the gantt view of patient appointment
This commit is contained in:
Manas Solanki 2018-04-23 12:39:28 +05:30 committed by GitHub
commit 60aa1170d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"