Bug 28264: (QA follow-up) Impliment fix for debit_type_code

The fix for the debit_type line was also missing.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
Martin Renvoize 2021-05-11 09:39:42 +01:00 committed by Kyle M Hall
parent 168866bb82
commit 2fd517ee41

View file

@ -168,7 +168,7 @@ if ($do_it) {
$row->{date},
$row->{timestamp},
$row->{credit_type_code},
$row->{debit_type},
$row->{debit_type_code},
$row->{note},
$row->{amount},
$row->{title},