mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 20:25:28 +00:00
Forgot to push this part of the fix for #1615
This commit is contained in:
@@ -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' %}
|
||||||
|
|||||||
Reference in New Issue
Block a user