diff --git a/reports/cash_register_stats.pl b/reports/cash_register_stats.pl index e88a5d7ab5..1dde63b114 100755 --- a/reports/cash_register_stats.pl +++ b/reports/cash_register_stats.pl @@ -83,7 +83,7 @@ if ($do_it) { } if ( $transaction_type eq 'PAYMENT' || $transaction_type eq 'ACT' ) { - $whereTType .= q{ AND status != 'VOID' }; + $whereTType .= q{ AND (status != 'VOID' OR status IS NULL) }; } my $whereBranchCode = q{};