// fix AdminAddresses template

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9258 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-10-12 07:36:44 +00:00
parent c4abd685d3
commit 3a53b68896
@@ -64,8 +64,6 @@ class AdminAddressesControllerCore extends AdminController
'city' => array('title' => $this->l('City'), 'width' => 150),
'country' => array('title' => $this->l('Country'), 'width' => 100, 'type' => 'select', 'select' => $this->countriesArray, 'filter_key' => 'cl!id_country'));
$this->template = 'adminAddresses.tpl';
parent::__construct();
}