[gantt] fix invalid date on Event
This commit is contained in:
parent
d97d13dc22
commit
10657de10e
1 changed files with 3 additions and 0 deletions
3
frappe/desk/doctype/event/event_list.js
Normal file
3
frappe/desk/doctype/event/event_list.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
frappe.listview_settings['Event'] = {
|
||||
add_fields: ["starts_on", "ends_on"]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue