From 45713548cf7c6ea3457f3fb683125ef37de3cfa0 Mon Sep 17 00:00:00 2001 From: vChabot Date: Thu, 22 Dec 2011 22:23:57 +0000 Subject: [PATCH] // fix --- 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',