diff --git a/frontend/pages/incomingInvoices/[mode]/[id].vue b/frontend/pages/incomingInvoices/[mode]/[id].vue index 3de06e0..6f84da5 100644 --- a/frontend/pages/incomingInvoices/[mode]/[id].vue +++ b/frontend/pages/incomingInvoices/[mode]/[id].vue @@ -122,7 +122,7 @@ const totalCalculated = computed(() => { } }) - totalGross = Number(totalNet + totalAmount19Tax) + totalGross = Number(totalNet + totalAmount19Tax + totalAmount7Tax) return { totalNet,