Browse Source

[fix] cal view start end date field discrepancies

develop
Prateeksha Singh 7 years ago
parent
commit
c0ec3c3f7b
  1. 4
      erpnext/hr/doctype/holiday_list/holiday_list_calendar.js

4
erpnext/hr/doctype/holiday_list/holiday_list_calendar.js

@ -3,8 +3,8 @@
frappe.views.calendar["Holiday List"] = {
field_map: {
"start": "holiday_date",
"end": "holiday_date",
"start": "from_date",
"end": "to_date",
"id": "name",
"title": "description",
"allDay": "allDay"

Loading…
Cancel
Save