From 9605d8c12f2a0a0c8a3b302596f54cc9e11cb509 Mon Sep 17 00:00:00 2001 From: aFolletete Date: Wed, 28 Dec 2011 09:11:31 +0000 Subject: [PATCH] [-] BO : fixed bug on change currency feature in order page when we have only one currency git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11817 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/template/orders/view.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/template/orders/view.tpl b/admin-dev/themes/template/orders/view.tpl index d6974acb0..ae9c6a16c 100755 --- a/admin-dev/themes/template/orders/view.tpl +++ b/admin-dev/themes/template/orders/view.tpl @@ -204,7 +204,7 @@
{l s='Payment'} - {if !$order->valid} + {if (!$order->valid && sizeof($currencies) > 1)}

{l s='Don\'t forget to update your conversion rate before make this change.'}