VisitorManager.Async.cs Changes
This commit is contained in:
@@ -64,9 +64,9 @@ namespace Bizgaze.CRM.Visitors.Managers
|
||||
{
|
||||
template = template.Replace("{{fullname}}", VisitorInfo_.Result.FullName);
|
||||
}
|
||||
if (template.Contains("{{comingfrom}}"))
|
||||
if (template.Contains("{{cityname}}"))
|
||||
{
|
||||
template = template.Replace("{{comingfrom}}", VisitorInfo_.Result.ComingFrom);
|
||||
template = template.Replace("{{cityname}}", VisitorInfo_.Result.CityName);
|
||||
}
|
||||
if (template.Contains("{{purposeofvisit}}"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user