diff --git a/pages/createDocument/edit/[[id]].vue b/pages/createDocument/edit/[[id]].vue index d22c6c7..cb1160d 100644 --- a/pages/createDocument/edit/[[id]].vue +++ b/pages/createDocument/edit/[[id]].vue @@ -669,7 +669,7 @@ const getDocumentData = () => { let rows = itemInfo.value.rows - if(itemInfo.value.taxType === "13b UStG") { + if(itemInfo.value.taxType === "13b UStG" || itemInfo.value.taxType === "19 UStG") { rows = rows.map(row => { return { ...row, @@ -1243,7 +1243,7 @@ const setRowData = (row) => { v-if="itemInfo.type === 'invoices'" > @@ -1954,7 +1954,7 @@ const setRowData = (row) => {