mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-15 08:17:15 +00:00
Add hours to label in calendar view
Adds a label for the number of hours to each calendar event
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user