Merge branch 'master' of github.com:webnotes/erpnext

This commit is contained in:
Anand Doshi
2012-12-06 17:35:48 +05:30
4 changed files with 30 additions and 23 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);
}
});
}