From 31b343c9de0cac8f174e527871bff6aeec8e2d2f Mon Sep 17 00:00:00 2001 From: Sylvain Jermini Date: Mon, 8 Jul 2019 14:33:43 +0200 Subject: [PATCH] #1 fill all 'TODO' vat placeholder with value --- .../additional-service/additional-service.component.html | 2 +- src/app/event-display/event-display.component.html | 2 +- .../reservation/invoice-form/invoice-form.component.html | 4 ++-- .../reservation/summary-table/summary-table.component.html | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/additional-service/additional-service.component.html b/src/app/additional-service/additional-service.component.html index abc881c5..2a5f6a33 100644 --- a/src/app/additional-service/additional-service.component.html +++ b/src/app/additional-service/additional-service.component.html @@ -15,7 +15,7 @@

{{additionalService.title[translate.currentLang]}}

{{additionalService.formattedFinalPrice}} {{event.currency}} {{' '}} - + diff --git a/src/app/event-display/event-display.component.html b/src/app/event-display/event-display.component.html index 74fe7907..6e1f9f49 100644 --- a/src/app/event-display/event-display.component.html +++ b/src/app/event-display/event-display.component.html @@ -112,7 +112,7 @@

{{category.name}}

{{category.formattedFinalPrice}}{{' '}}{{category.formattedDiscountedPrice}} {{event.currency}} {{category.formattedFinalPrice}} {{event.currency}} {{' '}} - +
diff --git a/src/app/reservation/invoice-form/invoice-form.component.html b/src/app/reservation/invoice-form/invoice-form.component.html index 6fcddbb8..93b92cec 100644 --- a/src/app/reservation/invoice-form/invoice-form.component.html +++ b/src/app/reservation/invoice-form/invoice-form.component.html @@ -97,7 +97,7 @@

- +
{{form.value.vatCountryCode}}
@@ -108,7 +108,7 @@

- +
diff --git a/src/app/reservation/summary-table/summary-table.component.html b/src/app/reservation/summary-table/summary-table.component.html index 86660c1e..2269af8b 100644 --- a/src/app/reservation/summary-table/summary-table.component.html +++ b/src/app/reservation/summary-table/summary-table.component.html @@ -17,7 +17,7 @@ - {{'reservation-page.vat'|translate:{'0': event.vat, '1': 'TODO'} }} + {{'reservation-page.vat'|translate:{'0': event.vat, '1': ('common.vat' | translate)} }} {{reservationInfo.orderSummary.totalVAT}} {{event.currency}} @@ -25,11 +25,11 @@ {{reservationInfo.orderSummary.totalPrice}} {{event.currency}} - {{'reservation-page.vat-included'|translate: {'0': event.vat, '1': 'TODO'} }} + {{'reservation-page.vat-included'|translate: {'0': event.vat, '1': ('common.vat' | translate)} }} {{reservationInfo.orderSummary.totalVAT}} {{event.currency}} - {{'invoice.vat-voided'|translate: {'0': 'TODO'} }} + {{'invoice.vat-voided'|translate: {'0': ('common.vat' | translate)} }} \ No newline at end of file