mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
gantt fix
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user