Merge pull request #13762 from manassolanki/fix-patient-appointment
fixed the gantt view of patient appointment
This commit is contained in:
commit
60aa1170d5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user