summaryrefslogtreecommitdiff
path: root/UI/payments
diff options
context:
space:
mode:
Diffstat (limited to 'UI/payments')
-rw-r--r--UI/payments/payments_filter.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/UI/payments/payments_filter.html b/UI/payments/payments_filter.html
index fdaed484..640777c1 100644
--- a/UI/payments/payments_filter.html
+++ b/UI/payments/payments_filter.html
@@ -79,8 +79,8 @@
<div id = "payments-filter-currency-row" class="inputgroup" ?>
<label for="currency"><?lsmb text('Currency')?></label>
<select name="currency" id="currency">
-<?lsmb FOREACH c = currencies ?>
-<option value = "<?lsmb c ?>"><?lsmb c ?></option>
+<?lsmb FOREACH c = currencies ?><?lsmb k = c.keys[0] ?>
+<option value = "<?lsmb c.$k ?>"><?lsmb c.$k ?></option>
<?lsmb END ?>
</select>
</div>