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 d1bb3365e..814e4f2c1 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 @@ -230,11 +230,13 @@
{/if} - + {if $order->hasBeenPaid()}

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

+ {/if}