Restructured Pages
Added parent Spaces
This commit is contained in:
@@ -290,7 +290,7 @@ const calculateDocSum = (rows) => {
|
||||
|
||||
rows.forEach(row => {
|
||||
if(row.mode !== "pagebreak") {
|
||||
sum += row.price * row.quantity * ( row.taxPercent + 100)/100
|
||||
sum += row.price * row.quantity * ( Number(row.taxPercent) + 100)/100
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user