CheckoutPreActionProvider.cs changes
This commit is contained in:
@@ -94,7 +94,8 @@ namespace CRM.Visitors.ActionProviders
|
|||||||
options1.Id = checkoutid;
|
options1.Id = checkoutid;
|
||||||
options1.TableName = "bizgazecrm_visitorcheckout";
|
options1.TableName = "bizgazecrm_visitorcheckout";
|
||||||
var updateValues = new Dictionary<string, object>();
|
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("createddate", DateTime.Now);
|
||||||
updateValues.Add("uniqueid", code);
|
updateValues.Add("uniqueid", code);
|
||||||
updateValues.Add("comments", comments.ToString());
|
updateValues.Add("comments", comments.ToString());
|
||||||
|
|||||||
Fai riferimento in un nuovo problema
Block a user