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} |
|