This commit is contained in:
Florian Dupret
2020-06-16 14:07:40 +02:00
parent b4aafefc2b
commit 7c78708865
3 changed files with 6 additions and 5 deletions

View File

@@ -75,11 +75,10 @@
#}
{% if entry.paid_dates|length == 0 and entry.pay_dates|length > 0 and entry.active %}
<td class="paid_in_period text-danger" data-value="0002-00-00">
{{ trans('firefly.not_or_not_yet') }}
{{ trans('firefly.bill_expected_date', {date: entry.next_expected_match_diff }) }}
</td>
<td class="expected_in_period hidden-sm hidden-xs" data-value="{{ entry.next_expected_match }}">
{% for date in entry.pay_dates %}
{#{{ formatDate(entry.next_expected_match, monthAndDayFormat) }}<br>#}
{{ formatDate(date, monthAndDayFormat) }}<br>
{% endfor %}