Merge pull request #13763 from pratu16x7/hotfix

[fix] cal view start end date field discrepancies
This commit is contained in:
Prateeksha Singh
2018-04-23 13:34:49 +05:30
committed by GitHub

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"