diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-19 14:08:16 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-19 14:08:16 +0100 |
commit | d9303cc0f39d48b670c2165bbf1820b901aa459e (patch) | |
tree | 011707ee65e70a11e561085d468e74bb6cc057d4 /lib/Travel | |
parent | cb1bf4814441f2519a9fbf8bd1011611d5140fc5 (diff) |
typo
Diffstat (limited to 'lib/Travel')
-rw-r--r-- | lib/Travel/Routing/DE/DBRIS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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} // [] } ) { |