[-] FO : fixed bug #PSCFV-4553

This commit is contained in:
sLorenzini
2012-10-02 11:28:38 +00:00
parent f5cb8185c8
commit d3545c4840
@@ -384,7 +384,7 @@
<tr class="current-edit">
<td><input type="text" name="payment_date" class="datepicker" size="17" value="{date('Y-m-d H:i:s')}" /></td>
<td>
<select name="payment_method">
<select name="payment_method" class="payment_method">
{foreach from=$payment_methods item=payment_method}
<option value="{$payment_method}">{$payment_method}</option>
{/foreach}
@@ -395,7 +395,7 @@
</td>
<td>
<input type="text" name="payment_amount" size="5" value="" />
<select name="payment_currency">
<select name="payment_currency" class="payment_currency">
{foreach from=$currencies item=current_currency}
<option value="{$current_currency['id_currency']}"{if $current_currency['id_currency'] == $currency->id} selected="selected"{/if}>{$current_currency['sign']}</option>
{/foreach}