Revision 79d876f9
Von Niclas Zimmermann vor fast 11 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
2101 | 2101 |
if (ref $params eq 'HASH') { |
2102 | 2102 |
$key = $params->{key} if ($params->{key}); |
2103 | 2103 |
if ($params->{module} eq 'AR') { |
2104 |
push @where, 'taxkey NOT IN (8, 9, 18, 19)';
|
|
2104 |
push @where, 'chart_categories ~ \'[ACILQ]\'';
|
|
2105 | 2105 |
|
2106 | 2106 |
} elsif ($params->{module} eq 'AP') { |
2107 |
push @where, 'taxkey NOT IN (1, 2, 3, 12, 13)';
|
|
2107 |
push @where, 'chart_categories ~ \'[ACELQ]\'';
|
|
2108 | 2108 |
} |
2109 | 2109 |
|
2110 | 2110 |
} elsif ($params) { |
Auch abrufbar als: Unified diff
Steuerfilterung für Debitoren- und Kreditorenbuchungen
Fixt #2346.