IO-594 Adjust Autohouse FIle Name
This commit is contained in:
@@ -76,7 +76,7 @@ exports.default = async (req, res) => {
|
|||||||
|
|
||||||
allxmlsToUpload.push({
|
allxmlsToUpload.push({
|
||||||
xml: ret,
|
xml: ret,
|
||||||
filename: `IM_${bodyshop.imexshopid}_${moment().format(
|
filename: `IM_${bodyshop.autohouseid}_${moment().format(
|
||||||
"DDMMYYYY_HHMMSS"
|
"DDMMYYYY_HHMMSS"
|
||||||
)}.xml`,
|
)}.xml`,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user