Loading lib/Travel/Status/DE/IRIS/Result.pm +7 −6 Original line number Diff line number Diff line Loading @@ -592,9 +592,10 @@ sub qos_messages { } @ret = grep { $_->[2] != $msg->[2] } @ret; # 88 is "no qos shortcomings" and only required to filter previous # qos messages if ( $msg->[2] != 88 ) { # 88 is "no qos shortcomings" and only required to cancel previous qos # messages. Same for 84 ("correct wagon order") and 89 ("reservations # display is working again"). if ( $msg->[2] != 84 and $msg->[2] != 88 and $msg->[2] != 89 ) { push( @ret, $msg ); } } Loading Loading
lib/Travel/Status/DE/IRIS/Result.pm +7 −6 Original line number Diff line number Diff line Loading @@ -592,9 +592,10 @@ sub qos_messages { } @ret = grep { $_->[2] != $msg->[2] } @ret; # 88 is "no qos shortcomings" and only required to filter previous # qos messages if ( $msg->[2] != 88 ) { # 88 is "no qos shortcomings" and only required to cancel previous qos # messages. Same for 84 ("correct wagon order") and 89 ("reservations # display is working again"). if ( $msg->[2] != 84 and $msg->[2] != 88 and $msg->[2] != 89 ) { push( @ret, $msg ); } } Loading