From 6978e1053ae1b9be143faf32929aeba91ed6ae95 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 30 Jun 2023 07:38:46 +0000 Subject: [PATCH] Bug 29664: (QA follow-up) Typo transacton Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- reports/cash_register_stats.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reports/cash_register_stats.pl b/reports/cash_register_stats.pl index 1861e02200..e88a5d7ab5 100755 --- a/reports/cash_register_stats.pl +++ b/reports/cash_register_stats.pl @@ -66,7 +66,7 @@ if ($do_it) { my $whereTType = q{}; my @extra_params; # if we add conditions to the select we need extra params - if ($transaction_type eq 'ALL') { #All Transactons + if ($transaction_type eq 'ALL') { #All Transactions $whereTType = q{}; } elsif ($transaction_type eq 'ACT') { #Active $whereTType = q{ AND credit_type_code IN ('PAYMENT','CREDIT') }; -- 2.30.2