Unverified Commit 9ad74dd9 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Map: Switch to VRN as well

parent 59c37b4d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -508,7 +508,7 @@ sub route {
		return $self->route_efa;
	}

	my $service = 'DB';
	my $service = 'VRN';
	if (    $hafas
		and $hafas ne '1'
		and Travel::Status::DE::HAFAS::get_service($hafas) )
@@ -785,7 +785,7 @@ sub ajax_route {
	my $line_no = $self->stash('lineno');
	my $hafas   = $self->param('hafas');

	my $service = 'DB';
	my $service = 'VRN';
	if (    $hafas
		and $hafas ne '1'
		and Travel::Status::DE::HAFAS::get_service($hafas) )