From a83af6be57d068ed871dd6c205f9c8c94cb29fec Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 8 Oct 2019 21:50:51 +0000 Subject: [PATCH] case 3701 --- source/bizobjects/AyaLib/GZTW.AyaNova.BLL/Client.cs | 2 +- .../AyaLib/GZTW.AyaNova.BLL/WorkorderPMReadyForServiceList.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/bizobjects/AyaLib/GZTW.AyaNova.BLL/Client.cs b/source/bizobjects/AyaLib/GZTW.AyaNova.BLL/Client.cs index b5df473..a9862f4 100644 --- a/source/bizobjects/AyaLib/GZTW.AyaNova.BLL/Client.cs +++ b/source/bizobjects/AyaLib/GZTW.AyaNova.BLL/Client.cs @@ -2421,7 +2421,7 @@ namespace GZTW.AyaNova.BLL } - //case 3701 set pm's inactive if client is now inactive + //case 3701 set pm's inactive if client is now inactive if (this.mActiveChanged && this.mActive == false) { //because firebird doesn't support updating through a join statement diff --git a/source/bizobjects/AyaLib/GZTW.AyaNova.BLL/WorkorderPMReadyForServiceList.cs b/source/bizobjects/AyaLib/GZTW.AyaNova.BLL/WorkorderPMReadyForServiceList.cs index 6d1b44a..b1248c6 100644 --- a/source/bizobjects/AyaLib/GZTW.AyaNova.BLL/WorkorderPMReadyForServiceList.cs +++ b/source/bizobjects/AyaLib/GZTW.AyaNova.BLL/WorkorderPMReadyForServiceList.cs @@ -139,7 +139,7 @@ namespace GZTW.AyaNova.BLL while(dr.Read()) { //******************************************* - //case 3701 - check if client for this pm is active or not and only process for an active client + //case 3701 - check if client for this pm is active or not and only process for an active client if (ClientActiveChecker.ClientActive(dr.GetGuid("ACLIENTID"))) { WorkorderPMReadyForServiceListInfo info = new WorkorderPMReadyForServiceListInfo();