This commit is contained in:
Rushabh Mehta 2014-03-06 15:45:45 +05:30
parent d8de921c40
commit c12ccdb6ea

View File

@ -116,6 +116,6 @@ cur_frm.cscript.calculate_total_days = function(doc, dt, dn) {
cur_frm.fields_dict.employee.get_query = function() {
return {
query: "hr.doctype.leave_application.leave_application.query_for_permitted_employees"
query: "erpnext.hr.doctype.leave_application.leave_application.query_for_permitted_employees"
};
}