From 16961d8a2d85b1a46af1832bc0b4e7293373dc60 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 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11989 b9a71923-0436-4b27-9f14-aed3839534dd --- 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}