Browse Source

change CheckInDate

Narmada 2 years ago
parent
commit
7280161be6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      CRM.Visitors/Managers/VisitorManager.Async.cs

+ 1
- 1
CRM.Visitors/Managers/VisitorManager.Async.cs View File

@@ -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.CreatedDate.ToString("dd-MM-yyyy HH:mm:ss");
60
+                string CreatedDate = VisitorInfo_.Result.CheckInDate.ToString("dd-MM-yyyy HH:mm:ss");
61 61
                 var template = System.Web.HttpUtility.UrlDecode(templateInfo.TemplateText.ToString());
62 62
                 string multiTemplateText = "";
63 63
                 if (template.Contains("{{fullname}}"))

Loading…
Cancel
Save