fixed the gantt view of patient appointment
This commit is contained in:
parent
c36524ec54
commit
9630aa3d7f
@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
frappe.views.calendar["Patient Appointment"] = {
|
frappe.views.calendar["Patient Appointment"] = {
|
||||||
field_map: {
|
field_map: {
|
||||||
"start": "start",
|
"start": "appointment_date",
|
||||||
"end": "end",
|
"end": "appointment_datetime",
|
||||||
"id": "name",
|
"id": "name",
|
||||||
"title": "patient",
|
"title": "patient",
|
||||||
"allDay": "allDay"
|
"allDay": "allDay"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user