From dd439bded617b4def681175a88bfc2b59d1dd895 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Fri, 27 Apr 2012 14:01:10 +0000 Subject: [PATCH] [-] BO : #PSCFV-1325 - Remove warning message "$X paid instead of $X" if the order has not been paid --- .../default/template/controllers/orders/helpers/view/view.tpl | 4 +++- 1 file changed, 3 insertions(+), 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 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}