From d9303cc0f39d48b670c2165bbf1820b901aa459e Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 19 Jan 2025 14:08:16 +0100 Subject: typo --- lib/Travel/Routing/DE/DBRIS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Travel/Routing/DE/DBRIS.pm b/lib/Travel/Routing/DE/DBRIS.pm index f3fb829..deba8ad 100644 --- a/lib/Travel/Routing/DE/DBRIS.pm +++ b/lib/Travel/Routing/DE/DBRIS.pm @@ -87,7 +87,7 @@ sub new { deutschlandTicketVorhanden => \0 }; - if ( @{ $conf{discount} // [] } ) { + if ( @{ $conf{discounts} // [] } ) { $req->{reisende}[0]{ermaessigungen} = []; } for my $discount ( @{ $conf{discounts} // [] } ) { -- cgit v1.2.3