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();