X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/08e4ce1ef5caa3f7007d8c97e9e97ef83378b19a..2bc376b9be6507cc0fdf:/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) {