|
@@ -498,7 +498,7 @@
|
|
|
first_item += '(' + bd_page.length + ')'
|
|
|
}
|
|
|
const itmtot_amt = bd_page.reduce((accumulator, bd) => {
|
|
|
- return accumulator + parseFloat(bd.SquoteSupply)
|
|
|
+ return accumulator + parseFloat(bd.SquoteSupply) + parseFloat(bd.SquoteVat)
|
|
|
}, 0)
|
|
|
let id = parseInt($(`#frm`).find(`input[name="Id"]`).val());
|
|
|
let parameter = {
|