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:
parent
65a45b761b
commit
e3803577ee
1 changed files with 1 additions and 1 deletions
|
@ -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') };
|
||||
|
|
Loading…
Reference in a new issue