From 30159bb893df47e84d9f622bbb9991866f3d9da0 Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Thu, 10 Nov 2011 15:06:22 +0000 Subject: [PATCH] // 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 --- controllers/admin/AdminProductsController.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/controllers/admin/AdminProductsController.php b/controllers/admin/AdminProductsController.php index 25b137e0a..fc7ea2e8c 100644 --- a/controllers/admin/AdminProductsController.php +++ b/controllers/admin/AdminProductsController.php @@ -2881,7 +2881,6 @@ if (false) } else $content .= ''.$this->l('You must save this product before adding combinations').'.'; - $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) {