From d67656c6c0ebb0304db12ea5630e9b5eac05d8c9 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Fri, 28 Sep 2012 16:45:23 +0000 Subject: [PATCH] // Fix #PSCFV-4520 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17622 b9a71923-0436-4b27-9f14-aed3839534dd --- .../controllers/orders/helpers/view/view.tpl | 4 ++-- controllers/admin/AdminOrdersController.php | 19 +++++++++---------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl index bdc868634..d67571d55 100755 --- a/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/orders/helpers/view/view.tpl @@ -109,7 +109,7 @@
-
+ diff --git a/controllers/admin/AdminOrdersController.php b/controllers/admin/AdminOrdersController.php index 0ec08dae3..1171db801 100755 --- a/controllers/admin/AdminOrdersController.php +++ b/controllers/admin/AdminOrdersController.php @@ -934,19 +934,18 @@ class AdminOrdersControllerCore extends AdminController 'ecotax', 'product_price', 'reduction_amount', - 'total_shipping', - 'total_shipping_tax_excl', - 'total_shipping_tax_incl', - 'total_products', - 'total_products_wt', - 'total_paid', - 'total_paid_tax_incl', - 'total_paid_tax_excl', - 'total_paid_real', + 'total_shipping_price_tax_excl', + 'total_shipping_price_tax_incl', + 'total_price_tax_incl', + 'total_price_tax_excl', 'product_quantity_discount', 'purchase_supplier_price', + 'reduction_amount', 'reduction_amount_tax_incl', - 'reduction_amount_tax_excl' + 'reduction_amount_tax_excl', + 'unit_price_tax_incl', + 'unit_price_tax_excl', + ); foreach ($fields as $field) $order_detail->{$field} = Tools::convertPriceFull($order_detail->{$field}, $old_currency, $currency);