git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12482 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2012-01-17 15:05:07 +00:00
parent af2c6ce63e
commit 6909d99bc3
@@ -224,9 +224,9 @@
autoFill: true,
max:20,
matchContains: true,
mustMatch:true,
mustMatch:false,
scroll:false,
cacheLength:0,
cacheLength:20,
dataType: 'json',
extraParams: {
id_supplier: '{$supplier_id}',
@@ -237,6 +237,8 @@
action : 'searchProduct',
},
parse: function(data) {
if (data == null)
return [];
var res = $.map(data, function(row) {
// filter the data to chaeck if the product is already added to the order
if (jQuery.inArray(row.id, product_ids) == -1)