From 4813ed5725bf9a99ce32691fc126dbaf59f4296a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 3 Dec 2020 15:15:28 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index ac468c6..cf962e9 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -1036,10 +1036,8 @@ namespace AyaNova.PlugIn.V8 } - d.webAddress = c.WebAddress; - d.popUpNotes = c.PopUpNotes; - - d.techNotes = c.TechNotes; + d.webAddress = c.WebAddress; + d.accountNumber = c.AccountNumber; d.usesBanking = c.UsesBanking; //TODO d.contractId = @@ -1067,7 +1065,6 @@ namespace AyaNova.PlugIn.V8 Tagit(c.RegionID, tags); - Tagit(c.DispatchZoneID, tags); Tagit(c.ClientGroupID, tags); SetTags(d, tags); @@ -1114,7 +1111,7 @@ namespace AyaNova.PlugIn.V8 - //RAVEN Contact type user from Client contact + //RAVEN Contact type user from Client contact //note: this is not a login account, it could be in raven but here it's the way to get the //contact created if (!string.IsNullOrWhiteSpace(c.Contact)) @@ -1153,11 +1150,7 @@ namespace AyaNova.PlugIn.V8 await util.PutAsync("user-option/" + RavenContactId.ToString(), d.ToString()); - - - - - + } } } #endregion ho