// Fix bug with product ordering by manufaturer name on the function Tools::getProductsOrder
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12824 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+1
-1
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user