// move call method initPack() in AdminProductsController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11476 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-12-21 12:35:33 +00:00
parent 2b38da2edd
commit 9d74a9e989
@@ -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;