Merge remote-tracking branch 'origin/master-AIO' into feature/IO-2776-cdk-fortellis
This commit is contained in:
@@ -919,16 +919,16 @@ exports.default = function ({ bodyshop, jobs_by_pk, qbo = false, items, taxCodes
|
||||
FullName: responsibilityCenters.ttl_tax_adjustment?.accountitem
|
||||
},
|
||||
Desc: "Tax Adjustment",
|
||||
Quantity: 1,
|
||||
//Quantity: 1,
|
||||
Amount: Dinero(jobs_by_pk.job_totals.totals?.ttl_tax_adjustment).toFormat(DineroQbFormat),
|
||||
SalesTaxCodeRef: InstanceManager({
|
||||
imex: {
|
||||
FullName: "E"
|
||||
},
|
||||
rome: {
|
||||
FullName: bodyshop.md_responsibility_centers.taxes.itemexemptcode || "NON"
|
||||
}
|
||||
})
|
||||
// SalesTaxCodeRef: InstanceManager({
|
||||
// imex: {
|
||||
// FullName: "E"
|
||||
// },
|
||||
// rome: {
|
||||
// FullName: bodyshop.md_responsibility_centers.taxes.itemexemptcode || "NON"
|
||||
// }
|
||||
// })
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user