From da181622bc165e4b5ad948439479d803431fdb24 Mon Sep 17 00:00:00 2001 From: allauddin Date: Thu, 13 Jul 2023 12:28:55 +0530 Subject: [PATCH] Visitor.cs changes --- CRM.Visitors/Infos/Visitor.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM.Visitors/Infos/Visitor.cs b/CRM.Visitors/Infos/Visitor.cs index d9ba5f2..aaef211 100644 --- a/CRM.Visitors/Infos/Visitor.cs +++ b/CRM.Visitors/Infos/Visitor.cs @@ -102,6 +102,7 @@ namespace Bizgaze.CRM.Visitors.Infos "v.seriesid", "v.agreement", "v.lastupdateddate", + "v.versionguid", "(select imageurl from bizgazecrm_companies where companyid="+CompanyId+") as imageurl", "Case when purposeofvisit=1 then 'Interview' when purposeofvisit=2 then 'Official Meeting' when purposeofvisit=3 then 'Meeting an Employee' when purposeofvisit=4 then 'Package Delivery' when purposeofvisit=5 then 'Others' end as purposeofvisittype", "concat(e.firstname, e.lastname) AS HostName",