// fixed duplicate content in AdminProduct controller > combination
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10042 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -2881,7 +2881,6 @@ if (false)
|
||||
}
|
||||
else
|
||||
$content .= '<b>'.$this->l('You must save this product before adding combinations').'.</b>';
|
||||
$this->content .= $content;
|
||||
// @todo
|
||||
$smarty->assign('up_filename', strval(Tools::getValue('virtual_product_filename_attribute')));
|
||||
$this->context->smarty->assign(array(
|
||||
@@ -2893,11 +2892,6 @@ if (false)
|
||||
$this->tpl_form_vars['custom_form'] = $this->context->smarty->fetch('products/combinations.tpl');
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
public function initFormQuantities($obj)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user