diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-01-16 17:11:00 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-01-16 17:11:00 +0100 |
commit | 7f8a6a2b410a1cbae4d9dbffa6340d159af30ded (patch) | |
tree | b0057530fdd91e294efad8463b690fb28ba84691 /index.pl | |
parent | d643811cf90c5c8874087f200e68910b729473de (diff) |
ASEAG backend: show full routes
Diffstat (limited to 'index.pl')
-rw-r--r-- | index.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ sub get_results { elsif ( $backend eq 'aseag' ) { $status = Travel::Status::DE::ASEAG->new( stop => ( $city ? "${city} ${stop}" : $stop ), + full_routes => 'after', ); } else { |