petit fix sur la braderie

This commit is contained in:
Marion Muszynski 2016-06-07 13:02:03 +02:00
parent 7025bce024
commit 9212b8e84d

View File

@ -90,7 +90,7 @@ function getProductId()
WHERE pa.`ean13` = '.pSQL($ean).'
AND pl.`id_lang` = '.(int)$cookie->id_lang.'
ORDER BY pa.`id_product_attribute` DESC
--ORDER BY pa.`id_product_attribute` ASC'
-- ORDER BY pa.`id_product_attribute` ASC'
);
$result['reference'] = (!empty($result['reference'])) ? $result['reference'] : $result['product_reference'];