commit | 92b6ceec41d67308c6d24a80882cf37967e47594 | [log] [tgz] |
---|---|---|
author | bcornwellmott <bcornwellmott@velometro.com> | Mon Feb 06 10:51:02 2017 -0800 |
committer | GitHub <noreply@github.com> | Mon Feb 06 10:51:02 2017 -0800 |
tree | 7bbdc72f6bb2183aa7e4ecda823d448a5d152f36 | |
parent | 2160638f3682de369512bcfabf269d681127fbc9 [diff] |
Duplicate "title" field The title field was duplicated - removed first one.
diff --git a/erpnext/projects/doctype/timesheet/timesheet_calendar.js b/erpnext/projects/doctype/timesheet/timesheet_calendar.js index 0af1a6c..14f016a 100644 --- a/erpnext/projects/doctype/timesheet/timesheet_calendar.js +++ b/erpnext/projects/doctype/timesheet/timesheet_calendar.js
@@ -4,7 +4,6 @@ "end": "end_date", "name": "parent", "id": "name", - "title": "name", "allDay": "allDay", "child_name": "name", "title": "title"