mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
fixed the gantt view of patient appointment
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user