This commit is contained in:
2021-01-04 17:26:39 +00:00
parent 80ee4b7301
commit 71f3646c2f

View File

@@ -1030,6 +1030,10 @@ namespace AyaNova.PlugIn.V8
TagFromv7Guid(cn.ClientNoteTypeID, tags);
SetTags(d, tags);
await util.PostAsync("customer-note", d.ToString());
//Event log fixup
await util.EventLog(util.AyaType.ClientNote, RavenId, SafeGetUserMap(c.Creator), SafeGetUserMap(c.Modifier), c.Created, c.Modified);
}
//----------------------------------