check toggle converted to true / false

This commit is contained in:
Rushabh Mehta 2013-02-22 12:32:02 +05:30
parent 25af38e509
commit 96b91f49fa

View File

@ -6,5 +6,12 @@ wn.views.calendar["Leave Application"] = wn.views.Calendar.extend({
"title": "title",
"status": "status",
},
options: {
header: {
left: 'prev,next today',
center: 'title',
right: 'month'
}
},
get_events_method: "hr.doctype.leave_application.leave_application.get_events"
})