]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
Steuerfilterung für Debitoren- und Kreditorenbuchungen
[mfinanz.git] / SL / Form.pm
index 56acec2bfb7c1a06a640ed1c56052e130dfac8f9..f0500d3b5c272c069a1fcafd3b73aca83b55a8c0 100644 (file)
@@ -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) {