commit | 96b91f49fac3dfb8e746319232780d1dc6a32cbe | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Fri Feb 22 12:32:02 2013 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri Feb 22 12:32:02 2013 +0530 |
tree | 0d924ff5f2ece398f057d5fccb3fb264243885e1 | |
parent | 25af38e5097bcd619c0941b7089482e19068807d [diff] |
check toggle converted to true / false
diff --git a/hr/doctype/leave_application/leave_application_calendar.js b/hr/doctype/leave_application/leave_application_calendar.js index eebd559..398664e 100644 --- a/hr/doctype/leave_application/leave_application_calendar.js +++ b/hr/doctype/leave_application/leave_application_calendar.js
@@ -6,5 +6,12 @@ "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" }) \ No newline at end of file