From a695a1bba22c498b4e414a8f89d5fd20a652a623 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 12 May 2020 20:40:28 +0200 Subject: [PATCH] Fix #3355 --- resources/views/v1/reports/partials/bills.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}