Merge remote-tracking branch 'origin/release/2024-09-27' into feature/IO-2742-redis

This commit is contained in:
Dave Richer
2024-09-24 14:21:51 -04:00
115 changed files with 8098 additions and 4099 deletions

View File

@@ -54,13 +54,6 @@ async 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),