diff --git a/resources/views/v1/reports/partials/bills.twig b/resources/views/v1/reports/partials/bills.twig index f5106a04d0..1e523a1dbf 100644 --- a/resources/views/v1/reports/partials/bills.twig +++ b/resources/views/v1/reports/partials/bills.twig @@ -21,7 +21,7 @@ {{ formatAmountBySymbol(bill.amount_max, bill.currency_symbol, bill.currency_decimal_places) }} - + {% for date in bill.expected_dates %} {{ date.formatLocalized(monthAndDayFormat) }}
{% endfor %}