show the event date in the email

main
Paul Schneider 9 years ago
parent 3f8d435006
commit a510458d11
1 changed files with 1 additions and 1 deletions

@ -175,7 +175,7 @@ namespace Yavsc.Controllers
_siteSettings, _smtpSettings, _siteSettings, _smtpSettings,
command.PerformerProfile.Performer.Email, command.PerformerProfile.Performer.Email,
yaev.Topic+" "+yaev.Client.UserName, yaev.Topic+" "+yaev.Client.UserName,
$"{yaev.Message}\r\n-- \r\n{yaev.Previsional}\r\n" $"{yaev.Message}\r\n-- \r\n{yaev.Previsional}\r\n{yaev.EventDate}\r\n"
); );
} }
ViewBag.GoogleSettings = _googleSettings; ViewBag.GoogleSettings = _googleSettings;

Loading…