diff --git a/sources/ZTVersion.h b/sources/ZTVersion.h index ef06eb1..25e976a 100755 --- a/sources/ZTVersion.h +++ b/sources/ZTVersion.h @@ -34,6 +34,8 @@ //LOG DES CHANGEMENTS //Version 1.24 //-Changements à la station Côte-Vertu pour la nouvelle configuration de la ZT. +//-Correction d'un petit bug qui ne permettait pas d'avoir le bon itinéraire dans les +// alarmes du mode entretien à chaque fois. //Version 1.23 diff --git a/sources/Zonetest.cpp b/sources/Zonetest.cpp index 334a21b..29faf3a 100644 --- a/sources/Zonetest.cpp +++ b/sources/Zonetest.cpp @@ -961,6 +961,10 @@ void CZoneTest::ZTMaintenanceOptionSeleced() { panel.mOptionsPage->hide(); panel.mMaintenancePage->show(); + if(mModbusCCMgr != 0) + { + mModbusCCMgr->SetActivatedITI(mZTStation->GetCurrentITI()); //Fetch and update the activated ITI for alarm simulation + } } ///////////////