mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-15 16:28:20 +00:00
explicitely provide order_by (#13338)
This commit is contained in:
@@ -8,6 +8,7 @@ frappe.views.calendar["Course Schedule"] = {
|
||||
"allDay": "allDay"
|
||||
},
|
||||
gantt: false,
|
||||
order_by: "from_time",
|
||||
filters: [
|
||||
{
|
||||
"fieldtype": "Link",
|
||||
|
||||
Reference in New Issue
Block a user