From 405c48751813435670f8ee9078f622365181c5e3 Mon Sep 17 00:00:00 2001 From: MihataBG <43669254+MihataBG@users.noreply.github.com> Date: Wed, 6 Jan 2021 09:15:54 +0200 Subject: [PATCH] Update bills.twig --- resources/views/v1/reports/partials/bills.twig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/v1/reports/partials/bills.twig b/resources/views/v1/reports/partials/bills.twig index 9e3f8382ae..19722deb21 100644 --- a/resources/views/v1/reports/partials/bills.twig +++ b/resources/views/v1/reports/partials/bills.twig @@ -2,8 +2,8 @@ {{ trans('form.name') }} - {{ trans('form.amount_min') }} - {{ trans('form.amount_max') }} + {{ trans('form.amount_min') }} + {{ trans('form.amount_max') }} {{ trans('form.expected_on') }} {{ trans('form.paid') }} @@ -15,10 +15,10 @@ {{ bill.name }} - + {{ formatAmountBySymbol(bill.amount_min, bill.currency_symbol, bill.currency_decimal_places) }} - + {{ formatAmountBySymbol(bill.amount_max, bill.currency_symbol, bill.currency_decimal_places) }}