projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4465565
)
Filter für benutzerdef. Variablen für parts auf richtige Tabelle anwenden.
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 11 Oct 2013 20:40:59 +0000
(22:40 +0200)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Fri, 11 Oct 2013 20:40:59 +0000
(22:40 +0200)
SL/CVar.pm
patch
|
blob
|
history
diff --git
a/SL/CVar.pm
b/SL/CVar.pm
index
25f2431
..
315fb3b
100644
(file)
--- 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};