6
0

change CheckInDate

Cette révision appartient à :
2023-06-28 18:24:23 +05:30
Parent d296bb15ba
révision 7280161be6
+1 -1
Voir le fichier
@@ -57,7 +57,7 @@ namespace Bizgaze.CRM.Visitors.Managers
{
return SelectResponse<Unibase.Platform.Templates.Infos.PrintTemplate>.CreateErrorResponse("1", "Template Not Found");
}
string CreatedDate = VisitorInfo_.Result.CreatedDate.ToString("dd-MM-yyyy HH:mm:ss");
string CreatedDate = VisitorInfo_.Result.CheckInDate.ToString("dd-MM-yyyy HH:mm:ss");
var template = System.Web.HttpUtility.UrlDecode(templateInfo.TemplateText.ToString());
string multiTemplateText = "";
if (template.Contains("{{fullname}}"))