From 92c3a24b1b9a8ee17871e190c2e5a9e369c98b5b Mon Sep 17 00:00:00 2001 From: jgallego Date: Thu, 12 Aug 2021 09:24:42 +0200 Subject: [PATCH] dash --- modules/invoiceIn/front/summary/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/invoiceIn/front/summary/index.html b/modules/invoiceIn/front/summary/index.html index 3176bffd6..a4b7b06ee 100644 --- a/modules/invoiceIn/front/summary/index.html +++ b/modules/invoiceIn/front/summary/index.html @@ -46,14 +46,14 @@ - Taxable base {{$ctrl.summary.totals.totalTaxableBase | currency: 'EUR':2}} -

Total {{$ctrl.summary.totals.totalVat | currency: 'EUR':2}}

+ Taxable base {{$ctrl.summary.totals.totalTaxableBase | currency: 'EUR':2 | dashIfEmpty}} +

Total {{$ctrl.summary.totals.totalVat | currency: 'EUR':2 | dashIfEmpty}}

Due day {{$ctrl.summary.totals.totalDueDay | currency: 'EUR':2}} + >{{$ctrl.summary.totals.totalDueDay | currency: 'EUR':2 | dashIfEmpty}}