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

(-)a/reports/cash_register_stats.pl (-2 / +1 lines)
Lines 66-72 if ($do_it) { Link Here
66
    my $whereTType = q{};
66
    my $whereTType = q{};
67
    my @extra_params; # if we add conditions to the select we need extra params
67
    my @extra_params; # if we add conditions to the select we need extra params
68
68
69
    if ($transaction_type eq 'ALL') { #All Transactons
69
    if ($transaction_type eq 'ALL') { #All Transactions
70
        $whereTType = q{};
70
        $whereTType = q{};
71
    } elsif ($transaction_type eq 'ACT') { #Active
71
    } elsif ($transaction_type eq 'ACT') { #Active
72
        $whereTType = q{ AND credit_type_code IN ('PAYMENT','CREDIT') };
72
        $whereTType = q{ AND credit_type_code IN ('PAYMENT','CREDIT') };
73
- 

Return to bug 29664