fix: add order_by explicitly for lead (#22820)

This commit is contained in:
Shivam Mishra
2020-07-28 09:00:09 +05:30
committed by GitHub
parent 9119b4c538
commit 48be7d37b8

View File

@@ -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: [
{