employee query in expense claim

This commit is contained in:
Anand Doshi 2012-12-10 15:15:52 +05:30
parent 29be18947e
commit a02a14f442

View File

@ -33,7 +33,9 @@ cur_frm.cscript.onload = function(doc,cdt,cdn){
callback: function(r) {
cur_frm.set_df_property("exp_approver", "options", r.message);
}
});
});
cur_frm.fields_dict.employee.get_query = erpnext.utils.employee_query;
}
cur_frm.cscript.clear_sanctioned = function(doc) {