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

(-)a/reports/cash_register_stats.pl (-1 / +1 lines)
Lines 114-119 if ($do_it) { Link Here
114
        $whereTType
114
        $whereTType
115
        $whereBranchCode
115
        $whereBranchCode
116
        $whereRegister
116
        $whereRegister
117
        AND (al.credit_type_code NOT IN ('VOID') AND al.debit_type_code NOT IN ('VOID'))
117
        ORDER BY al.date
118
        ORDER BY al.date
118
    ";
119
    ";
119
    my $sth_stats = $dbh->prepare($query) or die "Unable to prepare query " . $dbh->errstr;
120
    my $sth_stats = $dbh->prepare($query) or die "Unable to prepare query " . $dbh->errstr;
120
- 

Return to bug 29664