item autocomplete by sku
This commit is contained in:
@ -198,7 +198,7 @@
|
||||
$(this).typeahead({
|
||||
minLength: 3,
|
||||
displayText:function (data) {
|
||||
return data.name;
|
||||
return data.name + ' (' + data.sku + ')';
|
||||
},
|
||||
source: function (query, process) {
|
||||
$.ajax({
|
||||
|
Reference in New Issue
Block a user