added leave applications and block lists to calendar

This commit is contained in:
Rushabh Mehta
2013-02-14 20:42:33 +05:30
parent b496756696
commit 6227527cdb
10 changed files with 267 additions and 111 deletions

View File

@@ -1,5 +1,4 @@
test_records = [
[{"doctype":"Department", "department_name":"_Test Department"}],
[{"doctype":"Department", "department_name":"_Test Department with Block List",
"leave_block_list": "_Test Leave Block List"}],
[{"doctype":"Department", "department_name":"_Test Department 1"}]
]