Revision 121626b9
Von Bernd Bleßmann vor etwa 11 Jahren hinzugefügt
SL/CVar.pm | ||
---|---|---|
402 | 402 |
|
403 | 403 |
$not = 'NOT' if ($params{filter}->{$name} eq 'no'); |
404 | 404 |
push @sub_where, qq|COALESCE(cvar.bool_value, false) = TRUE|; |
405 |
} elsif (any { $config->{type} eq $_ } qw(customer vendor part)) {
|
|
405 |
} elsif (any { $config->{type} eq $_ } qw(customer vendor)) { |
|
406 | 406 |
next unless $params{filter}->{$name}; |
407 | 407 |
|
408 | 408 |
my $table = $config->{type}; |
Auch abrufbar als: Unified diff
Filter für benutzerdef. Variablen für parts auf richtige Tabelle anwenden.