Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e251cbec

Von G. Richardson vor etwa 13 Jahren hinzugefügt

  • ID e251cbec4a7f15621de1a04408fc8fbf009752b9
  • Vorgänger 60d62c9e
  • Nachfolger 385ffe49

Bug 1797 - cb_transaction nicht eindeutig bei GuV

cb_transaction kommt auch in Tabelle gl vor, wird aber für die Auswertung nicht
benötigt

Unterschiede anzeigen:

SL/RP.pm
# if l_ob is selected l_cb is always ignored
if ( $form->{l_ob} ) {
$where .= ' AND ob_transaction is true '
$where .= ' AND ac.ob_transaction is true '
} elsif ( not $form->{l_cb} ) {
$where .= ' AND cb_transaction is false ';
$where .= ' AND ac.cb_transaction is false ';
};
if ($fromdate) {
......
my $inwhere = "";
my $item;
$where .= ' AND cb_transaction is false ' unless $form->{l_cb};
$where .= ' AND ac.cb_transaction is false ' unless $form->{l_cb};
if ($fromdate) {
$fromdate = conv_dateq($fromdate);

Auch abrufbar als: Unified diff