From 002cfcc21bb8b32454b3ca4e4da8f6ec8cd7276a 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 --- 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.'}