cb_transaction kommt auch in Tabelle gl vor, wird aber für die Auswertung nicht
benötigt
# 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);