added get_query for employee related table

This commit is contained in:
Anand Doshi
2012-11-19 17:35:50 +05:30
parent e33b755946
commit 353d408e88
11 changed files with 31 additions and 16 deletions

View File

@@ -92,3 +92,5 @@ cur_frm.cscript.calculate_total = function(doc,cdt,cdn){
doc.total_score = flt(total);
refresh_field('total_score');
}
cur_frm.fields_dict.employee.get_query = erpnext.utils.employee_query;