This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[gantt] fix invalid date on Event
version-14
Faris Ansari
8 years ago
parent
d97d13dc22
commit
10657de10e
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
frappe/desk/doctype/event/event_list.js
+ 3
- 0
frappe/desk/doctype/event/event_list.js
View File
@@ -0,0 +1,3 @@
frappe.listview_settings['Event'] = {
add_fields: ["starts_on", "ends_on"]
}
Write
Preview
Loading…
Cancel
Save