diff --git a/pages/createDocument/edit/[[id]].vue b/pages/createDocument/edit/[[id]].vue index a38f014..12259c8 100644 --- a/pages/createDocument/edit/[[id]].vue +++ b/pages/createDocument/edit/[[id]].vue @@ -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