// Fix bug with product ordering by manufaturer name on the function Tools::getProductsOrder

This commit is contained in:
mDeflotte
2012-01-31 08:30:49 +00:00
parent e40e8563c9
commit b9fdc68f55
+1 -1
View File
@@ -1960,7 +1960,7 @@ FileETag INode MTime Size
$orderByPrefix = 'p.';
elseif ($value == 'name')
$orderByPrefix = 'pl.';
elseif ($value == 'manufacturer_name')
elseif ($value == 'manufacturer_name' && $prefix)
{
$orderByPrefix = 'm.';
$value = 'name';