From 84b0e344fe71c27396d4e099c4afef26d4ab96bc Mon Sep 17 00:00:00 2001 From: MihataBG <43669254+MihataBG@users.noreply.github.com> Date: Tue, 5 Jan 2021 22:06:23 +0200 Subject: [PATCH 1/2] Update bills.twig Hidden column names in mobile web page of "Default financial report" -> Bills table. --- resources/views/v1/reports/partials/bills.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/v1/reports/partials/bills.twig b/resources/views/v1/reports/partials/bills.twig index 583491f47e..9e3f8382ae 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') }} 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 2/2] 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) }}