Merged in feature/IO-2939-CDK-Local-Tax-IMEX (pull request #1732)

IO-2939 CDK Local Tax for ImEX Instance

Approved-by: Dave Richer
This commit is contained in:
Allan Carr
2024-09-18 15:54:57 +00:00
committed by Dave Richer

View File

@@ -54,13 +54,6 @@ function calculateAllocations(connectionData, job) {
deubg: true,
args: [],
imex: () => ({
local: {
center: bodyshop.md_responsibility_centers.taxes.local.name,
sale: Dinero(job.job_totals.totals.local_tax),
cost: Dinero(),
profitCenter: bodyshop.md_responsibility_centers.taxes.local,
costCenter: bodyshop.md_responsibility_centers.taxes.local
},
state: {
center: bodyshop.md_responsibility_centers.taxes.state.name,
sale: Dinero(job.job_totals.totals.state_tax),