mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +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",
|
"id": "name",
|
||||||
"title": "name",
|
"title": "name",
|
||||||
"allDay": "allDay",
|
"allDay": "allDay",
|
||||||
"child_name": "name"
|
"child_name": "name",
|
||||||
|
"title": "title"
|
||||||
},
|
},
|
||||||
style_map: {
|
style_map: {
|
||||||
"0": "info",
|
"0": "info",
|
||||||
|
|||||||
Reference in New Issue
Block a user