summaryrefslogtreecommitdiff
path: root/UI/payments
diff options
context:
space:
mode:
Diffstat (limited to 'UI/payments')
-rw-r--r--UI/payments/payments_filter.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/UI/payments/payments_filter.html b/UI/payments/payments_filter.html
index c8b971e1..63d3e336 100644
--- a/UI/payments/payments_filter.html
+++ b/UI/payments/payments_filter.html
@@ -79,7 +79,7 @@
<div id = "payments-filter-currency-row" class="inputgroup" ?>
<label for="currency"><?lsmb text('Currency')?></label>
<select name="currency" id="currency">
-<?lsmb FOREACH c = currencies ?><?lsmb k = "payments_get_open_currencies" ?>
+<?lsmb FOREACH c = openCurrencies ?><?lsmb k = c.keys.first ?>
<option value = "<?lsmb c.$k ?>"><?lsmb c.$k ?></option>
<?lsmb END ?>
</select>