Compare commits

..

No commits in common. "9f1110f91a6c7f3e776c41520c47dd43a0a3d9b6" and "0787875b3b962bf94a114cedcb823324dac656b1" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ public class SiteSurverRejectedEventConsumer(
Func<(string topicStr, string htmlBodyStr), (string topicStr, string htmlBodyStr)> emailConfigFunc = input =>
{
var topicStr = string.Format(input.topicStr, companyName,trialInfo.ResearchProgramNo);
var topicStr = string.Format(input.topicStr, trialInfo.ResearchProgramNo);
var htmlBodyStr = string.Format(CommonEmailHelper.ReplaceCompanyName(_systemEmailConfig, input.htmlBodyStr),
toUserName,
trialInfo.TrialCode,