This commit is contained in:
@@ -407,10 +407,6 @@ namespace AyaNova.Biz
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
// NOTIFICATION PROCESSING
|
// NOTIFICATION PROCESSING
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -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?
|
||||||
|
|||||||
Reference in New Issue
Block a user