mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-20 11:19:16 +00:00
Fix #9783
This commit is contained in:
@@ -97,10 +97,16 @@
|
|||||||
first pay date is in the past.
|
first pay date is in the past.
|
||||||
#}
|
#}
|
||||||
{% if entry.paid_dates|length == 0 and entry.pay_dates|length > 0 and entry.active %}
|
{% if entry.paid_dates|length == 0 and entry.pay_dates|length > 0 and entry.active %}
|
||||||
<td class="paid_in_period text-warning">
|
{% if entry.next_expected_match_diff == trans('firefly.not_expected_period') %} {# terrible code, you should sue me for this. #}
|
||||||
{{ entry.next_expected_match_diff }}
|
<td class="paid_in_period text-muted">
|
||||||
<!-- {{ trans('firefly.bill_expected_date', {date: entry.next_expected_match_diff }) }} -->
|
{{ entry.next_expected_match_diff }}
|
||||||
</td>
|
</td>
|
||||||
|
{% else %}
|
||||||
|
<td class="paid_in_period text-warning">
|
||||||
|
{{ entry.next_expected_match_diff }}
|
||||||
|
<!-- {{ trans('firefly.bill_expected_date', {date: entry.next_expected_match_diff }) }} -->
|
||||||
|
</td>
|
||||||
|
{% endif %}
|
||||||
<td class="expected_in_period hidden-sm hidden-xs">
|
<td class="expected_in_period hidden-sm hidden-xs">
|
||||||
|
|
||||||
{% for date in entry.pay_dates %}
|
{% for date in entry.pay_dates %}
|
||||||
|
Reference in New Issue
Block a user