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

typo

parent cb1bf481
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ sub new {
		deutschlandTicketVorhanden        => \0
	};

	if ( @{ $conf{discount} // [] } ) {
	if ( @{ $conf{discounts} // [] } ) {
		$req->{reisende}[0]{ermaessigungen} = [];
	}
	for my $discount ( @{ $conf{discounts} // [] } ) {