// move call method initPack() in AdminProductsController

This commit is contained in:
lLefevre
2011-12-21 12:35:33 +00:00
parent 98b8e9703e
commit 5bda34752d
@@ -2107,7 +2107,7 @@ class AdminProductsControllerCore extends AdminController
$this->_displayUnavailableProductWarning();
$this->_displayDraftWarning($this->object->active);
$this->initPack($product);
$this->initPack($this->object);
$this->{'initForm'.$this->tab_display}($this->object, $languages, $default_language);
$this->tpl_form_vars['product'] = $this->object;