From e9bf1c05ad9713f1240498aab4238b34f38e93fb Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Tue, 3 Aug 2021 10:56:33 -0700 Subject: [PATCH 1/4] 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`, }); From 4e4c59ce4dd9f9c0ca9faa0dc931cdb8d9eaea91 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Tue, 3 Aug 2021 11:14:49 -0700 Subject: [PATCH 2/4] IO-1262 Add SMS reminder to schedule. --- bodyshop_translations.babel | 44 ++++++- .../schedule-event.component.jsx | 113 ++++++++++++++---- client/src/translations/en_us/common.json | 2 + client/src/translations/es/common.json | 2 + client/src/translations/fr/common.json | 2 + 5 files changed, 139 insertions(+), 24 deletions(-) diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 8adbd10a7..2c43e6db6 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +