case 3701

This commit is contained in:
2019-10-08 21:50:51 +00:00
parent 50ab5f14af
commit a83af6be57
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

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