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

(-)a/reports/cash_register_stats.pl (-2 / +1 lines)
Lines 88-94 if ($do_it) { Link Here
88
88
89
    my $whereBranchCode = q{};
89
    my $whereBranchCode = q{};
90
    if ($manager_branchcode ne 'ALL') {
90
    if ($manager_branchcode ne 'ALL') {
91
        $whereBranchCode = q{ AND m.branchcode = ?};
91
        $whereBranchCode = q{ AND al.branchcode = ?};
92
        push @extra_params, $manager_branchcode;
92
        push @extra_params, $manager_branchcode;
93
    }
93
    }
94
94
95
- 

Return to bug 37108