[fix] cal view start end date field discrepancies

This commit is contained in:
Prateeksha Singh 2018-04-23 13:05:54 +05:30
parent 60aa1170d5
commit c0ec3c3f7b

View File

@ -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"