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:
@@ -54,13 +54,6 @@ function calculateAllocations(connectionData, job) {
|
|||||||
deubg: true,
|
deubg: true,
|
||||||
args: [],
|
args: [],
|
||||||
imex: () => ({
|
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: {
|
state: {
|
||||||
center: bodyshop.md_responsibility_centers.taxes.state.name,
|
center: bodyshop.md_responsibility_centers.taxes.state.name,
|
||||||
sale: Dinero(job.job_totals.totals.state_tax),
|
sale: Dinero(job.job_totals.totals.state_tax),
|
||||||
|
|||||||
Reference in New Issue
Block a user