From deb13ee8de0900ae47edb49d99be5b1fb8cdaf9c 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 --- 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