Duplicate "title" field

The title field was duplicated - removed first one.
This commit is contained in:
bcornwellmott 2017-02-06 10:51:02 -08:00 committed by GitHub
parent 2160638f36
commit 92b6ceec41

View File

@ -4,7 +4,6 @@ frappe.views.calendar["Timesheet"] = {
"end": "end_date",
"name": "parent",
"id": "name",
"title": "name",
"allDay": "allDay",
"child_name": "name",
"title": "title"