From d20347d5dc011146c19b25db484579b7d4c8c14b Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Tue, 23 Sep 2025 12:42:09 -0700 Subject: [PATCH] IO-3330 CARFAX Datapump Adjustments Signed-off-by: Allan Carr --- server/data/carfax.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/server/data/carfax.js b/server/data/carfax.js index c1db22193..b0792813d 100644 --- a/server/data/carfax.js +++ b/server/data/carfax.js @@ -169,7 +169,10 @@ async function processShopData(shopsToProcess, start, end, skipUpload, ignoreDat } await sendMexicoBillingEmail({ - subject: `${shopid.toUpperCase()}_Mexico_${moment().format("MM-DD-YY")} ROs ${jsonObj.count} Error ${errorCode(jsonObj)}`, + subject: `${shopid.toUpperCase()}_Mexico${InstanceManager({ + imex: "IO", + rome: "RO" + })}_${moment().format("MMDDYYYY")} ROs ${jsonObj.count} Error ${errorCode(jsonObj)}`, text: `Errors:\n${JSON.stringify( erroredJobs.map((ej) => ({ ro_number: ej.job?.ro_number,