Fix issue with bill display

This commit is contained in:
James Cole
2019-03-05 17:52:34 +01:00
parent ed94e71168
commit 00651adf5e

View File

@@ -225,7 +225,7 @@
</tr>
{% endif %}
{% if journal.bill %}
{% if journal.bill_id %}
<tr>
<td>{{ 'bill'|_ }}</td>
<td><a href="{{ route('bills.show', journal.bill_id) }}">{{ journal.bill.name }}</a></td>