mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fix issue with bill display
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user