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",
|
"title": "description",
|
||||||
"allDay": "allDay"
|
"allDay": "allDay"
|
||||||
},
|
},
|
||||||
|
order_by: `from_date`,
|
||||||
get_events_method: "erpnext.hr.doctype.holiday_list.holiday_list.get_events",
|
get_events_method: "erpnext.hr.doctype.holiday_list.holiday_list.get_events",
|
||||||
filters: [
|
filters: [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user