diff --git a/modules/invoiceIn/front/tax/index.html b/modules/invoiceIn/front/tax/index.html index c495d44d2f..faff059422 100644 --- a/modules/invoiceIn/front/tax/index.html +++ b/modules/invoiceIn/front/tax/index.html @@ -11,6 +11,7 @@ 'transactionTypeSageFk']" link="{invoiceInFk: $ctrl.$params.id}" data="$ctrl.taxes" + on-data-change="$ctrl.calculateTotals()" auto-load="true">
+ + + Taxable base {{$ctrl.totalTaxableBase | currency: 'EUR':2 | dashIfEmpty}} +

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

+
+