mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 07:32:50 +00:00
Merge pull request #13762 from manassolanki/fix-patient-appointment
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