Fix Total Amount #37
This commit is contained in:
@@ -122,7 +122,7 @@ const totalCalculated = computed(() => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
totalGross = Number(totalNet + totalAmount19Tax)
|
totalGross = Number(totalNet + totalAmount19Tax + totalAmount7Tax)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
totalNet,
|
totalNet,
|
||||||
|
|||||||
Reference in New Issue
Block a user