Loading lib/Travel/Status/DE/DBWagenreihung.pm +3 −0 Original line number Diff line number Diff line Loading @@ -101,6 +101,9 @@ sub sections { for my $section ( @{ $self->{data}{istformation}{halt}{allSektor} } ) { my $pos = $section->{positionamgleis}; if ( $pos->{startprozent} eq '' or $pos->{endeprozent} eq '' ) { next; } push( @{ $self->{sections} }, Travel::Status::DE::DBWagenreihung::Section->new( Loading Loading
lib/Travel/Status/DE/DBWagenreihung.pm +3 −0 Original line number Diff line number Diff line Loading @@ -101,6 +101,9 @@ sub sections { for my $section ( @{ $self->{data}{istformation}{halt}{allSektor} } ) { my $pos = $section->{positionamgleis}; if ( $pos->{startprozent} eq '' or $pos->{endeprozent} eq '' ) { next; } push( @{ $self->{sections} }, Travel::Status::DE::DBWagenreihung::Section->new( Loading