This commit is contained in:
2022-12-22 21:34:59 +00:00
parent a11d210a34
commit 24a8a5e20c
7 changed files with 1371 additions and 4 deletions

View File

@@ -438,7 +438,7 @@ namespace Sockeye.Biz
bool isNew = currentObj == null;
proposedObj.Name = "LICENSE ID" + proposedObj.Id.ToString();
proposedObj.Name = "PURCHASE ID" + proposedObj.Id.ToString();
//STANDARD EVENTS FOR ALL OBJECTS
await NotifyEventHelper.ProcessStandardObjectEvents(ayaEvent, proposedObj, ct);