From 9ad1cf50058d8f48691e191c0d709f68cd906624 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Tue, 10 Dec 2019 07:56:55 +0000 Subject: [PATCH] Bug 24177: Import Koha::Account::CreditTypes to cash_register_stats.pl Test plan: 0) Do not apply the patch 1) Confirm the bug - go to Reports -> Cash register --> You will see ISE 2) Apply the patch, and restart_all 3) Confirm the ISE is gone and you see the form for Cash register report Signed-off-by: Jonathan Druart --- reports/cash_register_stats.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/reports/cash_register_stats.pl b/reports/cash_register_stats.pl index 37aaace19b..d2f8c0faa8 100755 --- a/reports/cash_register_stats.pl +++ b/reports/cash_register_stats.pl @@ -27,6 +27,7 @@ use Koha::DateUtils; use Text::CSV::Encoded; use List::Util qw/any/; +use Koha::Account::CreditTypes; use Koha::Account::DebitTypes; my $input = new CGI; -- 2.11.0