From 92b6ceec41d67308c6d24a80882cf37967e47594 Mon Sep 17 00:00:00 2001 From: bcornwellmott Date: Mon, 6 Feb 2017 10:51:02 -0800 Subject: [PATCH] Duplicate "title" field The title field was duplicated - removed first one. --- erpnext/projects/doctype/timesheet/timesheet_calendar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/projects/doctype/timesheet/timesheet_calendar.js b/erpnext/projects/doctype/timesheet/timesheet_calendar.js index 0af1a6c58eb..14f016a7653 100644 --- a/erpnext/projects/doctype/timesheet/timesheet_calendar.js +++ b/erpnext/projects/doctype/timesheet/timesheet_calendar.js @@ -4,7 +4,6 @@ frappe.views.calendar["Timesheet"] = { "end": "end_date", "name": "parent", "id": "name", - "title": "name", "allDay": "allDay", "child_name": "name", "title": "title"