gantt fix
This commit is contained in:
parent
e8c1777c5f
commit
e32e2126f4
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user