mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
fixed included 'other' products way too many times
This commit is contained in:
parent
d24b1fc567
commit
b43a74a079
1 changed files with 2 additions and 2 deletions
|
@ -1707,9 +1707,9 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
||||||
|
|
||||||
if (p == 'C')
|
if (p == 'C')
|
||||||
uri.append("&inclMOT_8=on");
|
uri.append("&inclMOT_8=on");
|
||||||
|
}
|
||||||
|
|
||||||
uri.append("&inclMOT_11=on"); // TODO always show 'others', for now
|
uri.append("&inclMOT_11=on"); // TODO always show 'others', for now
|
||||||
}
|
|
||||||
|
|
||||||
// workaround for highspeed trains: fails when you want highspeed, but not regional
|
// workaround for highspeed trains: fails when you want highspeed, but not regional
|
||||||
if (!hasI)
|
if (!hasI)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue