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