From 1eca83266571e1df201dfff0ea262bd381d658c3 Mon Sep 17 00:00:00 2001 From: dMetzger Date: Thu, 3 May 2012 13:14:36 +0000 Subject: [PATCH] // Improvement in the resolution of #PSCFV-2159 (I did not fix the bug, but I fixed a wrong display that hide the real bug) --- .../default/template/controllers/orders/helpers/view/view.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 900c9e33d..c3f5ad1d0 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 @@ -234,7 +234,7 @@

{l s='Warning:'} {displayPrice price=$total_paid currency=$currency->id} - {l s='paid instead of'} {displayPrice price=$order->total_paid_tax_incl currency=$currency->id} + {l s='paid instead of'} {displayPrice price=$orders_total_paid_tax_incl currency=$currency->id}

{/if}