From 25f7a4c8171c33c1c140474bad4587dda04db205 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Wed, 22 Feb 2012 15:09:33 +0000 Subject: [PATCH] //fixed bug #PSTEST-838 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13533 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 74a44678f..4a971eb16 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 @@ -570,7 +570,7 @@ {l s='tax included.'} {/if} - {if Configuration::get('PS_ORDER_RETURN')} + {if !Configuration::get('PS_ORDER_RETURN')}

{l s='Merchandise returns are disabled'} {/if}