// Normalization

This commit is contained in:
rMalie
2011-08-11 09:58:20 +00:00
parent 4f1e8fc2d5
commit 7fec565167
48 changed files with 77 additions and 77 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ class AddressControllerCore extends FrontController
$this->context->customer->isLogged(true) === true)
$this->errors[] = Tools::displayError('Invalid token');
if ((int)($country->contains_states) AND !(int)($address->id_state))
if ($country->contains_states AND !$address->id_state)
$this->errors[] = Tools::displayError('This country requires a state selection.');
if (!sizeof($this->errors))