@@ -, +, @@ report --- reports/cash_register_stats.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/reports/cash_register_stats.pl +++ a/reports/cash_register_stats.pl @@ -75,7 +75,7 @@ if ($do_it) { $whereTType = q{ AND accounttype IN ('Pay','C') }; } else { #Single transac type if ($transaction_type eq 'FORW') { - $whereTType = q{ AND accounttype = 'FOR' OR accounttype = 'W' }; + $whereTType = q{ AND accounttype IN ('FOR','W') }; } else { $whereTType = q{ AND accounttype = ? }; push @extra_params, $transaction_type; --