IO-3096-GlobalNotifications - Correct time zone from footer in notification email

This commit is contained in:
Dave Richer
2025-03-14 11:27:28 -04:00
parent b831d8ca8a
commit 2c0eab9366
3 changed files with 15 additions and 5 deletions

View File

@@ -28,6 +28,7 @@ const buildNotification = (data, key, body, variables = {}) => {
jobId: data.jobId,
jobRoNumber: data.jobRoNumber,
bodyShopName: data.bodyShopName,
bodyShopTimezone: data.bodyShopTimezone,
body,
recipients: []
},