mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 19:49:18 +00:00
supplier can now be searched using name
This commit is contained in:
@@ -138,4 +138,6 @@ cur_frm.cscript.hide_dialog = function() {
|
||||
cur_frm.communication_list.run();
|
||||
}
|
||||
|
||||
cur_frm.fields_dict.customer.get_query = erpnext.utils.customer_query;
|
||||
cur_frm.fields_dict.customer.get_query = erpnext.utils.customer_query;
|
||||
|
||||
cur_frm.fields_dict.supplier.get_query = erpnext.utils.supplier_query;
|
||||
Reference in New Issue
Block a user