gantt fix

This commit is contained in:
robert schouten 2016-11-03 08:10:30 +08:00 committed by GitHub
parent e8c1777c5f
commit e32e2126f4

View File

@ -1,7 +1,7 @@
frappe.views.calendar["Timesheet"] = { frappe.views.calendar["Timesheet"] = {
field_map: { field_map: {
"start": "from_time", "start": "start_date",
"end": "to_time", "end": "end_date",
"name": "parent", "name": "parent",
"id": "name", "id": "name",
"title": "name", "title": "name",
@ -29,4 +29,4 @@ frappe.views.calendar["Timesheet"] = {
} }
], ],
get_events_method: "erpnext.projects.doctype.timesheet.timesheet.get_events" get_events_method: "erpnext.projects.doctype.timesheet.timesheet.get_events"
} }