diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-03-26 18:47:50 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-03-26 18:47:50 +0100 |
commit | 67d1cf52674102da4edb87a874f033a3124fc5c6 (patch) | |
tree | 8b169a9e879f00937d0f4c5a7ad2cbacc024a658 | |
parent | e32f1c38e7763e8d11121e2a77d548df8ee1c109 (diff) |
InTransit->add: update HAFAS/DBRIS switch2.11.4
-rw-r--r-- | lib/Travelynx/Model/InTransit.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travelynx/Model/InTransit.pm b/lib/Travelynx/Model/InTransit.pm index 9f02aba..5d9bc58 100644 --- a/lib/Travelynx/Model/InTransit.pm +++ b/lib/Travelynx/Model/InTransit.pm @@ -136,7 +136,7 @@ sub add { } ); } - elsif ( $journey and $stop and $journey->can('id') ) { + elsif ( $journey and $stop and $journey->can('product') ) { # HAFAS my @route; |