// Fix bug #PSFV-229 in bankwire module

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11923 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-12-30 10:05:18 +00:00
parent 2ff9e1f6e3
commit 78aabf68d8
+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));