Add hours to label in calendar view
Adds a label for the number of hours to each calendar event
This commit is contained in:
parent
0632ee3da9
commit
3385bd4921
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user