feature/IO-3357-Reynolds-and-Reynolds-DMS-API-Integration - Enhance logging
This commit is contained in:
@@ -485,18 +485,6 @@ const registerRREvents = ({ socket, redisHelpers }) => {
|
|||||||
selected: sel,
|
selected: sel,
|
||||||
existingOwner
|
existingOwner
|
||||||
});
|
});
|
||||||
try {
|
|
||||||
socket.emit("rr-vin-owner-mismatch", {
|
|
||||||
ts: Date.now(),
|
|
||||||
vin: job.v_vin,
|
|
||||||
selectedCustomerNo: sel,
|
|
||||||
existingOwner,
|
|
||||||
message:
|
|
||||||
"VIN already exists in RR under a different customer. Using the VIN's owner to continue the export."
|
|
||||||
});
|
|
||||||
} catch {
|
|
||||||
//
|
|
||||||
}
|
|
||||||
selectedCustNo = existingOwner;
|
selectedCustNo = existingOwner;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user