diff --git a/erpnext/projects/doctype/timesheet/timesheet_calendar.js b/erpnext/projects/doctype/timesheet/timesheet_calendar.js index b22cd09f7f9..0af1a6c58eb 100644 --- a/erpnext/projects/doctype/timesheet/timesheet_calendar.js +++ b/erpnext/projects/doctype/timesheet/timesheet_calendar.js @@ -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",