IO-594 Adjust Autohouse FIle Name

This commit is contained in:
Patrick Fic
2021-08-03 10:56:33 -07:00
parent 4d7a7442ce
commit e9bf1c05ad

View File

@@ -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`,
});