mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-08 15:05:29 +00:00
Expand view + JS for view to cope with new factory
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
|
||||
{% endif %}
|
||||
{{ ExpandedForm.textarea('notes',null,{helpText: trans('firefly.field_supports_markdown')}) }}
|
||||
{{ ExpandedForm.checkbox('active','1') }}
|
||||
{{ ExpandedForm.checkbox('active','1', preFilled.active) }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -203,6 +203,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<input type="hidden" name="source_account_currency" value="0" />
|
||||
<input type="hidden" name="destination_account_currency" value="0" />
|
||||
</form>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user