Fix TaxType

This commit is contained in:
2025-10-06 15:47:53 +02:00
parent d1cf575845
commit 02330e2173

View File

@@ -439,6 +439,10 @@ const setTaxType = () => {
itemInfo.value.rows.forEach(row => {
row.taxPercent = 0
})
} else if (itemInfo.value.taxType === "13b UStG") {
itemInfo.value.rows.forEach(row => {
row.taxPercent = 0
})
} else if (itemInfo.value.taxType === "12.3 UStG") {
itemInfo.value.rows.forEach(row => {
row.taxPercent = 0