[-] BO : fixed bug on change currency feature in order page when we have only one currency

This commit is contained in:
aFolletete
2011-12-28 09:11:31 +00:00
parent b3331052b6
commit 002cfcc21b
+1 -1
View File
@@ -204,7 +204,7 @@
<fieldset>
<legend><img src="../img/admin/money.gif" /> {l s='Payment'}</legend>
{if !$order->valid}
{if (!$order->valid && sizeof($currencies) > 1)}
<form method="post" action="{$currentIndex}&viewOrder&id_order={$smarty.get.id_order|escape:'htmlall':'UTF-8'}&token={$smarty.get.token|escape:'htmlall':'UTF-8'}">
<p class="warn">{l s='Don\'t forget to update your conversion rate before make this change.'}</p>
<label>{l s='Change order\'s currency to:'}</label>