Merged in feature/IO-3722-disable-contact-fortellis (pull request #3279)

IO-3722 Add additional await.
This commit is contained in:
Patrick Fic
2026-05-27 19:42:38 +00:00

View File

@@ -137,7 +137,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) {
//Just go straight to posting.
FortellisSelectedCustomer({ socket, redisHelpers, selectedCustomerId: bypassCustomerId, jobid });
await FortellisSelectedCustomer({ socket, redisHelpers, selectedCustomerId: bypassCustomerId, jobid });
} else {
const DMSCustList = await QueryDmsCustomerByName({ socket, redisHelpers, JobData });
await setSessionTransactionData(