dev #61

Merged
flfeders merged 31 commits from dev into main 2026-01-15 11:29:15 +00:00
Showing only changes of commit b0ace924d4 - Show all commits

View File

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