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

Journey: some backends do not provide catOut

parent 4d5aff8a
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ sub new {
my $train_no = $product->{prodCtx}{num};
my $cat = $product->{prodCtx}{catOut};
my $catlong = $product->{prodCtx}{catOutL};
if ( $name eq $cat ) {
if ( $name and $cat and $name eq $cat ) {
$name .= ' ' . $product->{nameS};
}
if ( defined $train_no and not $train_no ) {
......
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