VisitorManager.Async.cs Changes
Esse commit está contido em:
@@ -57,7 +57,7 @@ namespace Bizgaze.CRM.Visitors.Managers
|
|||||||
{
|
{
|
||||||
return SelectResponse<Unibase.Platform.Templates.Infos.PrintTemplate>.CreateErrorResponse("1", "Template Not Found");
|
return SelectResponse<Unibase.Platform.Templates.Infos.PrintTemplate>.CreateErrorResponse("1", "Template Not Found");
|
||||||
}
|
}
|
||||||
string CreatedDate = VisitorInfo_.Result.CheckInDate.ToString("dd-MM-yyyy HH:mm:ss");
|
string CreatedDate = VisitorInfo_.Result.CheckInDate.ToString("dd-MM-yyyy hh:mm:ss tt");
|
||||||
var template = System.Web.HttpUtility.UrlDecode(templateInfo.TemplateText.ToString());
|
var template = System.Web.HttpUtility.UrlDecode(templateInfo.TemplateText.ToString());
|
||||||
string multiTemplateText = "";
|
string multiTemplateText = "";
|
||||||
if (template.Contains("{{fullname}}"))
|
if (template.Contains("{{fullname}}"))
|
||||||
|
|||||||
Referência em uma Nova Issue
Bloquear um usuário