commit | 48be7d37b864165f94b7d0e2e2481c24f0553cd7 | [log] [tgz] |
---|---|---|
author | Shivam Mishra <scmmishra@users.noreply.github.com> | Tue Jul 28 09:00:09 2020 +0530 |
committer | GitHub <noreply@github.com> | Tue Jul 28 09:00:09 2020 +0530 |
tree | 6583b603cca7a686ec52d27eb42c28ed2db213fa | |
parent | 9119b4c5386b489fbdd343288089e55b21b77771 [diff] |
fix: add order_by explicitly for lead (#22820)
diff --git a/erpnext/hr/doctype/holiday_list/holiday_list_calendar.js b/erpnext/hr/doctype/holiday_list/holiday_list_calendar.js index 3cc8dd5..4e188ad 100644 --- a/erpnext/hr/doctype/holiday_list/holiday_list_calendar.js +++ b/erpnext/hr/doctype/holiday_list/holiday_list_calendar.js
@@ -9,6 +9,7 @@ "title": "description", "allDay": "allDay" }, + order_by: `from_date`, get_events_method: "erpnext.hr.doctype.holiday_list.holiday_list.get_events", filters: [ {