From c84a1a52e68c5015c572b26032e6b66e0386c6f0 Mon Sep 17 00:00:00 2001 From: Dafnik Date: Sun, 18 Feb 2024 20:46:45 +0100 Subject: [PATCH] fix: error Signed-off-by: Dafnik --- .../_components/app-bill-products-list-table.component.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/home/bills/_components/app-bill-products-list-table.component.ts b/src/app/home/bills/_components/app-bill-products-list-table.component.ts index 35fa89fe..42f61229 100644 --- a/src/app/home/bills/_components/app-bill-products-list-table.component.ts +++ b/src/app/home/bills/_components/app-bill-products-list-table.component.ts @@ -21,19 +21,19 @@ import {DfxCurrencyCentPipe} from '../../_shared/pipes/currency.pipe'; {{ 'HOME_PROD' | tr }}
- + {{ order.amount }} x {{ order.name }}
- ngb-footer-cellGesamt + Gesamt {{ 'PRICE_PER_PIECE' | tr }} {{ order.pricePaidPerPiece | currency }} - ngb-footer-cell + ngb-footer-cell @@ -41,7 +41,7 @@ import {DfxCurrencyCentPipe} from '../../_shared/pipes/currency.pipe'; {{ order.pricePaidSum | currency }} - ngb-footer-cell{{ priceSum | currency }} + ngb-footer-cell{{ priceSum | currency }}