[-] BO : BugFix : #PSCFV-2373 : Problem on country creation

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15336 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-05-16 13:17:07 +00:00
parent ce873cebc5
commit bb1fa8fd52
3 changed files with 2 additions and 4 deletions
@@ -384,9 +384,6 @@ class AdminCountriesControllerCore extends AdminController
$tmp_addr_format->id_country = $id_country;
}
$object = new $this->className();
$this->updateAssoShop($object->id);
$tmp_addr_format->format = Tools::getValue('address_layout');
if (strlen($tmp_addr_format->format) > 0)