supplier can now be searched using name

This commit is contained in:
Anand Doshi
2012-11-22 17:39:19 +05:30
parent ba6aafedad
commit 83350bc946
7 changed files with 21 additions and 6 deletions

View File

@@ -668,4 +668,6 @@ cur_frm.cscript.project_name = function(doc, cdt, cdn) {
});
refresh_field(cur_frm.cscript.fname);
}
}
}
cur_frm.fields_dict.supplier.get_query = erpnext.utils.supplier_query;