From 869fc2cfbdc2dbb9140689c0c9f99a99f4d06d89 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 11 May 2021 09:39:42 +0100 Subject: [PATCH] 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 --- 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 40f358e549..33c7d1d6ee 100755 --- a/reports/cash_register_stats.pl +++ b/reports/cash_register_stats.pl @@ -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}, -- 2.20.1