View | Details | Raw Unified | Return to bug 34552
Collapse All | Expand All

(-)a/reports/cash_register_stats.pl (-2 / +1 lines)
Lines 83-89 if ($do_it) { Link Here
83
    }
83
    }
84
84
85
    if ( $transaction_type eq 'PAYMENT' || $transaction_type eq 'ACT' ) {
85
    if ( $transaction_type eq 'PAYMENT' || $transaction_type eq 'ACT' ) {
86
        $whereTType .= q{ AND status != 'VOID' };
86
        $whereTType .= q{ AND (status != 'VOID' OR status IS NULL)  };
87
    }
87
    }
88
88
89
    my $whereBranchCode = q{};
89
    my $whereBranchCode = q{};
90
- 

Return to bug 34552