This commit is contained in:
2020-12-03 15:15:28 +00:00
parent 4f3c9ab8c4
commit 4813ed5725

View File

@@ -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