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