Fix Total Amount #37
Some checks failed
Build and Push Docker Images / build-backend (push) Successful in 18s
Build and Push Docker Images / build-frontend (push) Has been cancelled

This commit is contained in:
2026-01-10 17:25:12 +01:00
parent 593118c181
commit b0ace924d4

View File

@@ -122,7 +122,7 @@ const totalCalculated = computed(() => {
} }
}) })
totalGross = Number(totalNet + totalAmount19Tax) totalGross = Number(totalNet + totalAmount19Tax + totalAmount7Tax)
return { return {
totalNet, totalNet,