// Fix bug with supplier ordered
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13633 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -74,8 +74,8 @@ class SupplierControllerCore extends FrontController
|
||||
{
|
||||
if (Validate::isLoadedObject($this->supplier) && $this->supplier->active && $this->supplier->isAssociatedToGroupShop())
|
||||
{
|
||||
$this->productSort(); // productSort must be called before assignOne
|
||||
$this->assignOne();
|
||||
$this->productSort();
|
||||
$this->setTemplate(_PS_THEME_DIR_.'supplier.tpl');
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user