Bug 29664: (QA follow-up) Typo transacton

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Marcel de Rooy 2023-06-30 07:38:46 +00:00 committed by Tomas Cohen Arazi
parent 65a45b761b
commit e3803577ee
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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') };