From 293fb99b02229ef6395d4b14968c6458e87a89e5 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 7 Jan 2021 00:27:07 +0000 Subject: [PATCH] --- server/AyaNova/biz/CustomerServiceRequestBiz.cs | 4 ---- server/AyaNova/biz/UnitBiz.cs | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/server/AyaNova/biz/CustomerServiceRequestBiz.cs b/server/AyaNova/biz/CustomerServiceRequestBiz.cs index f848bf77..13442c52 100644 --- a/server/AyaNova/biz/CustomerServiceRequestBiz.cs +++ b/server/AyaNova/biz/CustomerServiceRequestBiz.cs @@ -407,10 +407,6 @@ namespace AyaNova.Biz } - - - - //////////////////////////////////////////////////////////////////////////////////////////////// // NOTIFICATION PROCESSING // diff --git a/server/AyaNova/biz/UnitBiz.cs b/server/AyaNova/biz/UnitBiz.cs index 2195c749..da0eabbe 100644 --- a/server/AyaNova/biz/UnitBiz.cs +++ b/server/AyaNova/biz/UnitBiz.cs @@ -476,6 +476,7 @@ namespace AyaNova.Biz //# UNIT WARRANTY EXPIRY { //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); //does the unit even have a model or warranty?