Unverified Commit 715d17ed authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Group: IC2 ("ICD") have designations as well

parent 6c00e356
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -354,7 +354,7 @@ sub new {
		train_no    => $json{transport}{number},
	};

	if ( $ref->{name} =~ m{ ^ ICE 0* (\d+) $ }x and exists $ice_name{$1} ) {
	if ( $ref->{name} =~ m{ ^ IC[DE] 0* (\d+) $ }x and exists $ice_name{$1} ) {
		$ref->{designation} = $ice_name{$1};
	}