diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-11-22 21:38:07 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-11-22 21:38:07 +0100 |
commit | 40e6e7e5cc4dbc8d23389a86fdd042ac9230060b (patch) | |
tree | 1d1488f1c32a684084bd6c5ca676ddf32fc306b1 /lib | |
parent | 75715047725355884ad04e97aeeff96bacb72c63 (diff) |
hafas: add -f/--full-route option (Section: pass date to Journey for ->route)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Travel/Routing/DE/HAFAS/Connection/Section.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Travel/Routing/DE/HAFAS/Connection/Section.pm b/lib/Travel/Routing/DE/HAFAS/Connection/Section.pm index ba1347a..220b392 100644 --- a/lib/Travel/Routing/DE/HAFAS/Connection/Section.pm +++ b/lib/Travel/Routing/DE/HAFAS/Connection/Section.pm @@ -108,6 +108,7 @@ sub new { $ref->{journey} = Travel::Status::DE::HAFAS::Journey->new( common => $opt{common}, + date => $date, locL => $locs, journey => $sec->{jny}, hafas => $hafas, |