|
|
|
|
57
|
{
|
57
|
{
|
58
|
return SelectResponse<Unibase.Platform.Templates.Infos.PrintTemplate>.CreateErrorResponse("1", "Template Not Found");
|
58
|
return SelectResponse<Unibase.Platform.Templates.Infos.PrintTemplate>.CreateErrorResponse("1", "Template Not Found");
|
59
|
}
|
59
|
}
|
60
|
- string CreatedDate = VisitorInfo_.Result.CreatedDate.ToString("dd-MM-yyyy HH:mm:ss");
|
|
|
|
|
60
|
+ string CreatedDate = VisitorInfo_.Result.CheckInDate.ToString("dd-MM-yyyy HH:mm:ss");
|
61
|
var template = System.Web.HttpUtility.UrlDecode(templateInfo.TemplateText.ToString());
|
61
|
var template = System.Web.HttpUtility.UrlDecode(templateInfo.TemplateText.ToString());
|
62
|
string multiTemplateText = "";
|
62
|
string multiTemplateText = "";
|
63
|
if (template.Contains("{{fullname}}"))
|
63
|
if (template.Contains("{{fullname}}"))
|