commit | 3385bd492112bb5c33111b6033fb5f999c6aa222 | [log] [tgz] |
---|---|---|
author | bcornwellmott <bcornwellmott@velometro.com> | Wed Dec 21 12:33:32 2016 -0800 |
committer | GitHub <noreply@github.com> | Wed Dec 21 12:33:32 2016 -0800 |
tree | d046ef272a61a0f9d8091c74c88301926272dcb4 | |
parent | 0632ee3da93924f4c10b1326a48accd35b320c21 [diff] |
Add hours to label in calendar view Adds a label for the number of hours to each calendar event
diff --git a/erpnext/projects/doctype/timesheet/timesheet_calendar.js b/erpnext/projects/doctype/timesheet/timesheet_calendar.js index b22cd09..0af1a6c 100644 --- a/erpnext/projects/doctype/timesheet/timesheet_calendar.js +++ b/erpnext/projects/doctype/timesheet/timesheet_calendar.js
@@ -6,7 +6,8 @@ "id": "name", "title": "name", "allDay": "allDay", - "child_name": "name" + "child_name": "name", + "title": "title" }, style_map: { "0": "info",