From 8f06a18584f36fbf8d9f22d36640e14d4a702fd1 Mon Sep 17 00:00:00 2001 From: vChabot Date: Thu, 22 Dec 2011 22:23:57 +0000 Subject: [PATCH] // fix git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11714 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminTaxRulesGroupController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/controllers/admin/AdminTaxRulesGroupController.php b/controllers/admin/AdminTaxRulesGroupController.php index 2aab9f17a..36fd9d4c6 100644 --- a/controllers/admin/AdminTaxRulesGroupController.php +++ b/controllers/admin/AdminTaxRulesGroupController.php @@ -213,8 +213,6 @@ class AdminTaxRulesGroupControllerCore extends AdminController 'label' => $this->l('Country:'), 'name' => 'country[]', 'id' => 'country', - 'multiple' => true, - 'size' => 15, 'options' => array( 'query' => Country::getCountries((int)$this->context->language->id), 'id' => 'id_country',