Fix TaxType
This commit is contained in:
@@ -439,6 +439,10 @@ const setTaxType = () => {
|
|||||||
itemInfo.value.rows.forEach(row => {
|
itemInfo.value.rows.forEach(row => {
|
||||||
row.taxPercent = 0
|
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") {
|
} else if (itemInfo.value.taxType === "12.3 UStG") {
|
||||||
itemInfo.value.rows.forEach(row => {
|
itemInfo.value.rows.forEach(row => {
|
||||||
row.taxPercent = 0
|
row.taxPercent = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user