X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/893ae739a51281fb07628329f78984ef18857bc5..2bc376b9be6507cc0fdf3ddca0ed410566cf3ba4:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 56acec2bf..f0500d3b5 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -2101,10 +2101,10 @@ sub _get_taxcharts { if (ref $params eq 'HASH') { $key = $params->{key} if ($params->{key}); if ($params->{module} eq 'AR') { - push @where, 'taxkey NOT IN (8, 9, 18, 19)'; + push @where, 'chart_categories ~ \'[ACILQ]\''; } elsif ($params->{module} eq 'AP') { - push @where, 'taxkey NOT IN (1, 2, 3, 12, 13)'; + push @where, 'chart_categories ~ \'[ACELQ]\''; } } elsif ($params) {