fix: add order_by explicitly for lead (#22820)
This commit is contained in:
parent
9119b4c538
commit
48be7d37b8
@ -9,6 +9,7 @@ frappe.views.calendar["Holiday List"] = {
|
||||
"title": "description",
|
||||
"allDay": "allDay"
|
||||
},
|
||||
order_by: `from_date`,
|
||||
get_events_method: "erpnext.hr.doctype.holiday_list.holiday_list.get_events",
|
||||
filters: [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user