Skip to content
Snippets Groups Projects
Unverified Commit 521ed1eb authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

DBDB: handle undef train_types

parent 97b0b4bd
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ sub new {
sub has_wagonorder_p {
my ( $self, %opt ) = @_;
$opt{train_type} //= q{};
my $datetime = $opt{datetime}->clone->set_time_zone('UTC');
my %param = (
administrationId => 80,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment