This commit is contained in:
2021-01-07 00:27:07 +00:00
parent bf45c567b6
commit 293fb99b02
2 changed files with 1 additions and 4 deletions

View File

@@ -407,10 +407,6 @@ namespace AyaNova.Biz
} }
//////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////
// NOTIFICATION PROCESSING // NOTIFICATION PROCESSING
// //

View File

@@ -476,6 +476,7 @@ namespace AyaNova.Biz
//# UNIT WARRANTY EXPIRY //# UNIT WARRANTY EXPIRY
{ {
//first remove any existing, potentially stale notifyevents for this exact object and notifyeventtype //first remove any existing, potentially stale notifyevents for this exact object and notifyeventtype
//NOTE: this is only required for notify events that have an AgeValue where the eventdate is relevant
await NotifyEventHelper.ClearPriorEventsForObject(ct, AyaType.Unit, o.Id, NotifyEventType.UnitWarrantyExpiry); await NotifyEventHelper.ClearPriorEventsForObject(ct, AyaType.Unit, o.Id, NotifyEventType.UnitWarrantyExpiry);
//does the unit even have a model or warranty? //does the unit even have a model or warranty?