mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +00:00
Fix view of #942
This commit is contained in:
@@ -163,7 +163,7 @@
|
|||||||
|
|
||||||
{# NOTES #}
|
{# NOTES #}
|
||||||
{% if optionalFields.notes or journal.notes %}
|
{% if optionalFields.notes or journal.notes %}
|
||||||
{{ ExpandedForm.textarea('notes', journal.notes) }}
|
{{ ExpandedForm.textarea('notes',preFilled.notes) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user