feature/Reynolds-and-Reynolds-DMS-API-Integration - Add dealer id / merge fortellis

This commit is contained in:
Dave
2025-09-12 14:59:42 -04:00
parent 2fec9fd16e
commit 7c8260685e
37 changed files with 124 additions and 83 deletions

View File

@@ -736,7 +736,7 @@ const CreateCosts = (job) => {
PASL: "PASL"
};
const defaultCosts =
job.bodyshop.cdk_dealerid || job.bodyshop.pbs_serialnumber
job.bodyshop.cdk_dealerid || job.bodyshop.pbs_serialnumber || job.bodyshop.rr_dealerid
? ciecaObj
: job.bodyshop.md_responsibility_centers.defaults.costs;

View File

@@ -591,7 +591,7 @@ const CreateCosts = (job) => {
PASL: "PASL"
};
const defaultCosts =
job.bodyshop.cdk_dealerid || job.bodyshop.pbs_serialnumber
job.bodyshop.cdk_dealerid || job.bodyshop.pbs_serialnumber || job.bodyshop.rr_dealerid
? ciecaObj
: job.bodyshop.md_responsibility_centers.defaults.costs;

View File

@@ -557,7 +557,7 @@ const CreateCosts = (job) => {
PASL: "PASL"
};
const defaultCosts =
job.bodyshop.cdk_dealerid || job.bodyshop.pbs_serialnumber
job.bodyshop.cdk_dealerid || job.bodyshop.pbs_serialnumber || job.bodyshop.rr_dealerid
? ciecaObj
: job.bodyshop.md_responsibility_centers.defaults.costs;