Fix for #1622 and a special debug view.

This commit is contained in:
James Cole
2018-11-23 08:31:00 +01:00
parent baac2ad921
commit 886d05d436
4 changed files with 43 additions and 10 deletions

View File

@@ -90,6 +90,11 @@
{% endif %}
{{ ExpandedForm.text('category',data['category']) }}
{{ ExpandedForm.text('tags') }}
{% if data.bill_id != null %}
{{ ExpandedForm.checkbox('keep_bill_id',1,true, {'helpText': trans('firefly.journal_link_bill', {name: data.bill_name,route: route('bills.show', [data.bill_id])})} ) }}
{% endif %}
{# NO PIGGY BANK #}
</div>
</div>