Bug 28264: (QA follow-up) Impliment fix for debit_type_code
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 11 May 2021 08:39:42 +0000 (09:39 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 21 Jun 2021 11:27:33 +0000 (13:27 +0200)
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>
reports/cash_register_stats.pl

index 40f358e..33c7d1d 100755 (executable)
@@ -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},