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