VisitorManager.Async.cs Changes

Tento commit je obsažen v:
2023-08-08 18:03:51 +05:30
rodič 533d48f4f5
revize 6f4d348401
+2 -2
Zobrazit soubor
@@ -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}}"))
{