Forgot to push this part of the fix for #1615

This commit is contained in:
James Cole
2018-08-18 20:13:52 +02:00
parent 21bff39e31
commit 7689b7b4b0

View File

@@ -264,7 +264,7 @@
value="{{ transaction.foreign_currency_id }}"> value="{{ transaction.foreign_currency_id }}">
{% endif %} {% endif %}
<input type="hidden" name="transactions[{{ loop.index0 }}][transaction_currency_id]" <input type="hidden" name="transactions[{{ loop.index0 }}][transaction_currency_id]"
value="{{ transaction.transaction_currency_id }}"> value="{{ transaction.currency_id }}">
</div> </div>
{# budget #} {# budget #}
{% if preFilled.what == 'withdrawal' %} {% if preFilled.what == 'withdrawal' %}