diff --git a/resources/views/list/bills.twig b/resources/views/list/bills.twig index 4780d7bf1f..5af2807f66 100644 --- a/resources/views/list/bills.twig +++ b/resources/views/list/bills.twig @@ -40,45 +40,33 @@ - {# - Terms: - paidDates: journals linked to the bill between $start and $end. - payDates: dates in this period ($start and $end) system thinks bill should be paid. - Possible situations: - - 1: - paidDates = 0 (bill not paid in period) - payDates = 0 (bill not expected to be paid in this period) - bill is active. - - 2: - paidDates = 0 (bill not paid in period) - payDates = 0 (bill IS expected to be paid in this period) - bill is active - - 3: - paidDates >= payDates (bill is paid as many times or more than the amount of times expected). - - 4: - bill is not active - #} + {# + paidDates = 0 (bill not paid in period) + payDates = 0 (bill not expected to be paid in this period) + bill is active. + #} {% if entry.paidDates.count() == 0 and entry.payDates.count() == 0 and entry.active %}