// fix bug view.tpl in AdminSuppliersController

This commit is contained in:
lLefevre
2011-11-16 13:35:44 +00:00
parent 3a6d8acf1f
commit 1fc88d3d17
2 changed files with 11 additions and 4 deletions
@@ -190,11 +190,13 @@ class AdminSuppliersControllerCore extends AdminController
}
}
$this->context->smarty->assign(array(
$this->tpl_view_vars = array(
'supplier' => $this->object,
'products' => $products,
'stock_management' => Configuration::get('PS_STOCK_MANAGEMENT'),
));
);
return parent::initView();
}
public function afterImageUpload()