Przeglądaj źródła

change CheckInDate

Narmada 2 lat temu
rodzic
commit
7280161be6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      CRM.Visitors/Managers/VisitorManager.Async.cs

+ 1
- 1
CRM.Visitors/Managers/VisitorManager.Async.cs Wyświetl plik

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}}"))

Ładowanie…
Anuluj
Zapisz