From e9bf1c05ad9713f1240498aab4238b34f38e93fb Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Tue, 3 Aug 2021 10:56:33 -0700 Subject: [PATCH] IO-594 Adjust Autohouse FIle Name --- server/data/autohouse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/data/autohouse.js b/server/data/autohouse.js index 190d4f053..9720887cc 100644 --- a/server/data/autohouse.js +++ b/server/data/autohouse.js @@ -76,7 +76,7 @@ exports.default = async (req, res) => { allxmlsToUpload.push({ xml: ret, - filename: `IM_${bodyshop.imexshopid}_${moment().format( + filename: `IM_${bodyshop.autohouseid}_${moment().format( "DDMMYYYY_HHMMSS" )}.xml`, });