Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 79d876f9

Von Niclas Zimmermann vor fast 11 Jahren hinzugefügt

  • ID 79d876f9797e2c8693d9cc88f7e18afb1fadba4d
  • Vorgänger 56911d68
  • Nachfolger a3f5ca64

Steuerfilterung für Debitoren- und Kreditorenbuchungen

Fixt #2346.

Unterschiede anzeigen:

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