From 9f207f0946150331df2ad188de6a602f93618ed4 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Wed, 19 Feb 2025 10:38:32 -0500 Subject: [PATCH] feature/IO-3146-Hotfix-For-Email-Translations --- client/src/translations/en_us/common.json | 2 +- server/data/usageReport.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index d0e83bfc7..622b5ab42 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -689,7 +689,7 @@ "notespresets": "Notes Presets", "orderstatuses": "Order Statuses", "partslocations": "Parts Locations", - "partsscan": "Critical Parts Scanning", + "partsscan": "Parts Scanning", "printlater": "Print Later", "qbo": "Use QuickBooks Online?", "qbo_departmentid": "QBO Department ID", diff --git a/server/data/usageReport.js b/server/data/usageReport.js index 42a8b5451..66fec2fca 100644 --- a/server/data/usageReport.js +++ b/server/data/usageReport.js @@ -55,7 +55,7 @@ exports.default = async (req, res) => { const csv = converter.json2csv(shopList, { emptyFieldValue: "" }); emailer .sendTaskEmail({ - to: ["patrick.fic@convenient-brands.com", "bradley.rhoades@convenient-brands.com"], + to: ["patrick.fic@convenient-brands.com", "bradley.rhoades@convenient-brands.com", "jrome@rometech.com"], subject: `RO Usage Report - ${moment().format("MM/DD/YYYY")}`, text: ` Usage Report for ${moment().format("MM/DD/YYYY")} for Rome Online Customers.