mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-01 03:37:06 -06:00
Fix for #2082
This commit is contained in:
parent
e0d87aa11e
commit
9a461fc7b7
@ -65,7 +65,7 @@
|
||||
<td>
|
||||
{# DATE #}
|
||||
<input class="form-control input-sm" autocomplete="off"
|
||||
name="date[{{ transaction.journal_id }}]" type="date" value="{{ transaction.date }}">
|
||||
name="date[{{ transaction.journal_id }}]" type="date" value="{{ transaction.date.format('Y-m-d') }}">
|
||||
</td>
|
||||
<td style="position: relative;">
|
||||
{# SOURCE ACCOUNT ID FOR TRANSFER OR WITHDRAWAL #}
|
||||
|
Loading…
Reference in New Issue
Block a user