// 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:
mDeflotte
2012-02-27 15:41:01 +00:00
parent 71a96c09ed
commit 1882cbcf14
+1 -1
View File
@@ -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