mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Various code cleanup
This commit is contained in:
@@ -50,7 +50,8 @@
|
||||
<span class="input-group-addon">{{ journal.currency_symbol }}</span>
|
||||
<input name="amount[{{ journal.id }}]" class="form-control" autocomplete="off"
|
||||
step="any" type="number" value="{{ journal.amount }}">
|
||||
<input type="hidden" name="transaction_currency_id[{{ journal.id }}]" value="{{ journal.transaction_currency_id }}">
|
||||
<input type="hidden" name="transaction_currency_id[{{ journal.id }}]"
|
||||
value="{{ journal.transaction_currency_id }}">
|
||||
</div>
|
||||
{% if journal.foreign_amount %}
|
||||
{# insert foreign data #}
|
||||
|
||||
Reference in New Issue
Block a user