adding block list, part 1

This commit is contained in:
Rushabh Mehta
2013-02-05 11:31:27 +05:30
parent 4310fd6aa0
commit 2e8d078adf
10 changed files with 161 additions and 10 deletions

View File

@@ -80,6 +80,11 @@ wn.module_page["HR"] = [
"description":wn._("List of holidays."),
doctype: "Holiday List"
},
{
"label":wn._("Holiday Block List"),
"description":wn._("Block leave applications by department."),
doctype: "Holiday Block List"
},
]
},
{