From 293bab7a99996d4294d0a4762489354b04def558 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Mon, 2 Jan 2012 13:44:06 +0000 Subject: [PATCH] [-] FO : #PSFV-269 - Fixed bug with displayed price and multishipping on the order history --- themes/default/history.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/history.tpl b/themes/default/history.tpl index ac62875f3..b53e655a7 100644 --- a/themes/default/history.tpl +++ b/themes/default/history.tpl @@ -61,7 +61,7 @@ {l s='#'}{$order.id_order|string_format:"%06d"} {dateFormat date=$order.date_add full=0} - {displayPrice price=$order.total_paid_real currency=$order.id_currency no_utf8=false convert=false} + {displayPrice price=$order.total_paid currency=$order.id_currency no_utf8=false convert=false} {$order.payment|escape:'htmlall':'UTF-8'} {if isset($order.order_state)}{$order.order_state|escape:'htmlall':'UTF-8'}{/if}