mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 02:31:21 +00:00
added customer get_query to allow search based on customer name. also don't show name again if id naming is based on customer name and not series
This commit is contained in:
@@ -41,4 +41,4 @@ cur_frm.cscript.hide_dialog = function() {
|
||||
cur_frm.address_list.run();
|
||||
}
|
||||
|
||||
|
||||
cur_frm.fields_dict.customer.get_query = erpnext.utils.customer_query;
|
||||
@@ -42,4 +42,4 @@ cur_frm.cscript.hide_dialog = function() {
|
||||
cur_frm.contact_list.run();
|
||||
}
|
||||
|
||||
|
||||
cur_frm.fields_dict.customer.get_query = erpnext.utils.customer_query;
|
||||
|
||||
Reference in New Issue
Block a user