case 3701
This commit is contained in:
@@ -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)
|
if (this.mActiveChanged && this.mActive == false)
|
||||||
{
|
{
|
||||||
//because firebird doesn't support updating through a join statement
|
//because firebird doesn't support updating through a join statement
|
||||||
|
|||||||
@@ -139,7 +139,7 @@ namespace GZTW.AyaNova.BLL
|
|||||||
while(dr.Read())
|
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")))
|
if (ClientActiveChecker.ClientActive(dr.GetGuid("ACLIENTID")))
|
||||||
{
|
{
|
||||||
WorkorderPMReadyForServiceListInfo info = new WorkorderPMReadyForServiceListInfo();
|
WorkorderPMReadyForServiceListInfo info = new WorkorderPMReadyForServiceListInfo();
|
||||||
|
|||||||
Reference in New Issue
Block a user