// Fix bug #PSFV-229 in bankwire module

This commit is contained in:
rMalie
2011-12-30 10:05:18 +00:00
parent 929ab11c53
commit 0ac2e534e9
+1 -1
View File
@@ -52,7 +52,7 @@ if (!$authorized)
$customer = new Customer((int)$cart->id_customer);
if (!Validate::isLoadedObject($customer))
Tools::redirec('index.php?controller=order&step=1');
Tools::redirect('index.php?controller=order&step=1');
$currency = Tools::getValue('currency_payement', false) ? new Currency(Tools::getValue('currency_payement')) : Context::getContext()->currency;
$total = (float)($cart->getOrderTotal(true, Cart::BOTH));