Merge pull request #2107 from netchampfaris/gantt

[gantt] fix invalid date on Event
This commit is contained in:
Nabin Hait 2016-09-28 17:00:00 +05:30 committed by GitHub
commit 0ce97f11de

View file

@ -0,0 +1,3 @@
frappe.listview_settings['Event'] = {
add_fields: ["starts_on", "ends_on"]
}