mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 04:59:18 +00:00
[views] cleaned up, added ganttview
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
wn.views.calendar["Leave Application"] = wn.views.Calendar.extend({
|
||||
wn.views.calendar["Leave Application"] = {
|
||||
field_map: {
|
||||
"start": "from_date",
|
||||
"end": "to_date",
|
||||
@@ -14,4 +14,4 @@ wn.views.calendar["Leave Application"] = wn.views.Calendar.extend({
|
||||
}
|
||||
},
|
||||
get_events_method: "hr.doctype.leave_application.leave_application.get_events"
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user