// assign variables to display cart from payment method choice

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8522 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2011-09-13 08:24:40 +00:00
parent 74f7dda09e
commit 8c23f118f1
+2
View File
@@ -119,6 +119,8 @@ class OrderControllerCore extends ParentOrderController
Tools::redirect('index.php?controller=history');
}
$this->_assignPayment();
// assign some informations to display cart
$this->_assignSummaryInformations();
break;
default:
$this->_assignSummaryInformations();