From 51d58ad3be0a9956bff415510dd6675c5fbbef08 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Thu, 3 May 2012 08:15:03 +0000 Subject: [PATCH] // Revert a line removed by error git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15025 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/front/OrderOpcController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/front/OrderOpcController.php b/controllers/front/OrderOpcController.php index 817552752..164cbb9de 100644 --- a/controllers/front/OrderOpcController.php +++ b/controllers/front/OrderOpcController.php @@ -197,6 +197,7 @@ class OrderOpcControllerCore extends ParentOrderController if (!count($this->errors)) { + $result = $this->_getCarrierList(); // Wrapping fees $wrapping_fees = (float)(Configuration::get('PS_GIFT_WRAPPING_PRICE')); $wrapping_fees_tax = new Tax((int)(Configuration::get('PS_GIFT_WRAPPING_TAX')));