From 39f403ac17b6293a2644fc4c6f9041f38f69092a Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Fri, 13 Apr 2012 14:26:11 +0000 Subject: [PATCH] [-] BO : #PSCFI-PSCFI-5323 - Refound displayed instead of Return on the order lines if the order is shipped git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14635 b9a71923-0436-4b27-9f14-aed3839534dd --- .../default/template/controllers/orders/helpers/view/view.tpl | 2 +- 1 file changed, 1 insertion(+), 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 904157053..60c7b0897 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 @@ -536,7 +536,7 @@     {l s='Products'} - {if ($order->hasBeenDelivered())} + {if ($order->hasBeenDelivered() || $order->hasBeenShipped())} {l s='Return'} {elseif ($order->hasBeenPaid())} {l s='Refund'}