Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -r0a4dcd288d4347b85baaa0b07da568b6add5eac7 -r11b0015549d4371fa2ad4314c17567712a36a564 --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 0a4dcd288d4347b85baaa0b07da568b6add5eac7) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 11b0015549d4371fa2ad4314c17567712a36a564) @@ -1134,7 +1134,7 @@ { F32 dopCurr; - if ( FALSE == isAlarmActive( ALARM_ID_HD_AC_POWER_LOST ) ) + if ( ( FALSE == isAlarmActive( ALARM_ID_HD_AC_POWER_LOST ) ) && ( FALSE == isAlarmActive( ALARM_ID_HD_AC_POWER_LOST_IN_TREATMENT ) ) ) { // DialOut pump should be off if ( DIAL_OUT_PUMP_OFF_STATE == dialOutPumpState )