mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
check toggle converted to true / false
This commit is contained in:
@@ -6,5 +6,12 @@ wn.views.calendar["Leave Application"] = wn.views.Calendar.extend({
|
|||||||
"title": "title",
|
"title": "title",
|
||||||
"status": "status",
|
"status": "status",
|
||||||
},
|
},
|
||||||
|
options: {
|
||||||
|
header: {
|
||||||
|
left: 'prev,next today',
|
||||||
|
center: 'title',
|
||||||
|
right: 'month'
|
||||||
|
}
|
||||||
|
},
|
||||||
get_events_method: "hr.doctype.leave_application.leave_application.get_events"
|
get_events_method: "hr.doctype.leave_application.leave_application.get_events"
|
||||||
})
|
})
|
||||||
Reference in New Issue
Block a user