mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
order_by for gantt error fix (#13752)
This commit is contained in:
@@ -8,7 +8,7 @@ frappe.views.calendar["Course Schedule"] = {
|
|||||||
"allDay": "allDay"
|
"allDay": "allDay"
|
||||||
},
|
},
|
||||||
gantt: false,
|
gantt: false,
|
||||||
order_by: "from_time",
|
order_by: "schedule_date",
|
||||||
filters: [
|
filters: [
|
||||||
{
|
{
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ frappe.views.calendar["Patient Appointment"] = {
|
|||||||
"allDay": "allDay",
|
"allDay": "allDay",
|
||||||
"eventColor": "color"
|
"eventColor": "color"
|
||||||
},
|
},
|
||||||
|
order_by: "appointment_date",
|
||||||
gantt: true,
|
gantt: true,
|
||||||
get_events_method: "erpnext.healthcare.doctype.patient_appointment.patient_appointment.get_events",
|
get_events_method: "erpnext.healthcare.doctype.patient_appointment.patient_appointment.get_events",
|
||||||
filters: [
|
filters: [
|
||||||
|
|||||||
Reference in New Issue
Block a user