Add hours to label in calendar view

Adds a label for the number of hours to each calendar event
This commit is contained in:
bcornwellmott 2016-12-21 12:33:32 -08:00 committed by GitHub
parent 0632ee3da9
commit 3385bd4921

View File

@ -6,7 +6,8 @@ frappe.views.calendar["Timesheet"] = {
"id": "name",
"title": "name",
"allDay": "allDay",
"child_name": "name"
"child_name": "name",
"title": "title"
},
style_map: {
"0": "info",