[*] MO : change calls method Tools::displayError() by $name_module->l() && Translations

This commit is contained in:
lLefevre
2012-05-09 10:06:23 +00:00
parent 204e044d6d
commit 9642598b6f
60 changed files with 336 additions and 278 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ foreach (Module::getPaymentModules() as $module)
break;
}
if (!$authorized)
die(Tools::displayError('This payment method is not available.'));
die($cheque->l('This payment method is not available.', 'validation'));
$customer = new Customer($cart->id_customer);