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

(-)a/reports/cash_register_stats.pl (-1 / +4 lines)
Lines 82-87 if ($do_it) { Link Here
82
        }
82
        }
83
    }
83
    }
84
84
85
    if ( $transaction_type eq 'PAYMENT' || $transaction_type eq 'ACT' ) {
86
        $whereTType .= q{ AND status != 'VOID' };
87
    }
88
85
    my $whereBranchCode = q{};
89
    my $whereBranchCode = q{};
86
    if ($manager_branchcode ne 'ALL') {
90
    if ($manager_branchcode ne 'ALL') {
87
        $whereBranchCode = q{ AND m.branchcode = ?};
91
        $whereBranchCode = q{ AND m.branchcode = ?};
88
- 

Return to bug 29664