mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +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"
|
||||
},
|
||||
gantt: false,
|
||||
order_by: "from_time",
|
||||
order_by: "schedule_date",
|
||||
filters: [
|
||||
{
|
||||
"fieldtype": "Link",
|
||||
|
||||
@@ -8,6 +8,7 @@ frappe.views.calendar["Patient Appointment"] = {
|
||||
"allDay": "allDay",
|
||||
"eventColor": "color"
|
||||
},
|
||||
order_by: "appointment_date",
|
||||
gantt: true,
|
||||
get_events_method: "erpnext.healthcare.doctype.patient_appointment.patient_appointment.get_events",
|
||||
filters: [
|
||||
|
||||
Reference in New Issue
Block a user