item, leave_balance: hotfix

This commit is contained in:
Rushabh Mehta
2012-12-06 17:09:38 +05:30
parent 76432721d9
commit a2e4cb0235
2 changed files with 2 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ cur_frm.cscript.onload = function(doc, dt, dn) {
method:"get_approver_list",
callback: function(r) {
cur_frm.set_df_property("leave_approver", "options", r.message);
get_leave_balance(cur_frm.doc);
}
});
}