From e3803577eedac53c26280f1a0f6837803b69d82e 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 Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi --- 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.20.1