diff --git a/server/fortellis/fortellis.js b/server/fortellis/fortellis.js index d639cf516..c69531518 100644 --- a/server/fortellis/fortellis.js +++ b/server/fortellis/fortellis.js @@ -135,7 +135,7 @@ async function FortellisJobExport({ socket, redisHelpers, txEnvelope, jobid }) { } } CreateFortellisLogEvent(socket, "DEBUG", `{2.3} Querying the Customer using the name.`); - if (!JobData.bodyshop.cdk_configuration.disablecontact) { + if (JobData.bodyshop.cdk_configuration.disablecontact) { //Just go straight to posting. await FortellisSelectedCustomer({ socket, redisHelpers, selectedCustomerId: bypassCustomerId, jobid }); } else {