CheckoutPreActionProvider.cs changes
This commit is contained in:
@@ -94,7 +94,8 @@ namespace CRM.Visitors.ActionProviders
|
||||
options1.Id = checkoutid;
|
||||
options1.TableName = "bizgazecrm_visitorcheckout";
|
||||
var updateValues = new Dictionary<string, object>();
|
||||
updateValues.Add("checkoutdate", DateTime.Now);
|
||||
DateTime date = DateTime.Now;
|
||||
updateValues.Add("checkoutdate", date);
|
||||
updateValues.Add("createddate", DateTime.Now);
|
||||
updateValues.Add("uniqueid", code);
|
||||
updateValues.Add("comments", comments.ToString());
|
||||
|
||||
Reference in New Issue
Block a user