Skip to content

Commit

Permalink
Merge pull request #801 from OneCommunityGlobal/Fix_blue_square_reaso…
Browse files Browse the repository at this point in the history
…n_email

fix blue square reason email
  • Loading branch information
one-community authored Mar 20, 2024
2 parents 3b6650d + 02afd3d commit 200e358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/userHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ const userHelper = function () {
requestForTimeOff.endingDate,
).format("dddd YYYY-MM-DD");
requestForTimeOffreason = requestForTimeOff.reason;
requestForTimeOffEmailBody = `You had scheduled time off From ${requestForTimeOffStartingDate}, To ${requestForTimeOffEndingDate}, Due to ${requestForTimeOffreason}`;
requestForTimeOffEmailBody = `<span style="color: blue;">You had scheduled time off From ${requestForTimeOffStartingDate}, To ${requestForTimeOffEndingDate}, due to:</span> ${requestForTimeOffreason}`;
}

if (timeNotMet || !hasWeeklySummary) {
Expand Down

0 comments on commit 200e358

Please sign in to comment.