IO-3407 Remove tax code ref for adjustment as well.
This commit is contained in:
@@ -921,14 +921,14 @@ exports.default = function ({ bodyshop, jobs_by_pk, qbo = false, items, taxCodes
|
|||||||
Desc: "Tax Adjustment",
|
Desc: "Tax Adjustment",
|
||||||
//Quantity: 1,
|
//Quantity: 1,
|
||||||
Amount: Dinero(jobs_by_pk.job_totals.totals?.ttl_tax_adjustment).toFormat(DineroQbFormat),
|
Amount: Dinero(jobs_by_pk.job_totals.totals?.ttl_tax_adjustment).toFormat(DineroQbFormat),
|
||||||
SalesTaxCodeRef: InstanceManager({
|
// SalesTaxCodeRef: InstanceManager({
|
||||||
imex: {
|
// imex: {
|
||||||
FullName: "E"
|
// FullName: "E"
|
||||||
},
|
// },
|
||||||
rome: {
|
// rome: {
|
||||||
FullName: bodyshop.md_responsibility_centers.taxes.itemexemptcode || "NON"
|
// FullName: bodyshop.md_responsibility_centers.taxes.itemexemptcode || "NON"
|
||||||
}
|
// }
|
||||||
})
|
// })
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user