X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FCVar.pm;h=315fb3b6d519c78db9cb358a21324729530d532a;hb=baab8c2f48e608af0566de78fd34e62f13173d66;hp=25f243185ef15105ef2b9fc1b19a33f2b91df811;hpb=d6adcf010d7c644865121af9efc0c1fe6663867d;p=kivitendo-erp.git diff --git a/SL/CVar.pm b/SL/CVar.pm index 25f243185..315fb3b6d 100644 --- a/SL/CVar.pm +++ b/SL/CVar.pm @@ -402,7 +402,7 @@ sub build_filter_query { $not = 'NOT' if ($params{filter}->{$name} eq 'no'); push @sub_where, qq|COALESCE(cvar.bool_value, false) = TRUE|; - } elsif (any { $config->{type} eq $_ } qw(customer vendor part)) { + } elsif (any { $config->{type} eq $_ } qw(customer vendor)) { next unless $params{filter}->{$name}; my $table = $config->{type};