mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-23 12:27:05 +00:00
Attempt to fix https://github.com/firefly-iii/firefly-iii/issues/8195 (this really needs refactor, separate tests.
This commit is contained in:
@@ -94,7 +94,8 @@
|
||||
#}
|
||||
{% if entry.paid_dates|length == 0 and entry.pay_dates|length > 0 and entry.active %}
|
||||
<td class="paid_in_period text-warning">
|
||||
{{ trans('firefly.bill_expected_date', {date: entry.next_expected_match_diff }) }}
|
||||
{{ entry.next_expected_match_diff }}
|
||||
<!-- {{ trans('firefly.bill_expected_date', {date: entry.next_expected_match_diff }) }} -->
|
||||
</td>
|
||||
<td class="expected_in_period hidden-sm hidden-xs">
|
||||
{% for date in entry.pay_dates %}
|
||||
|
Reference in New Issue
Block a user