Bug 24177: Import Koha::Account::CreditTypes to cash_register_stats.pl
[koha.git] / reports / cash_register_stats.pl
index 37aaace..d2f8c0f 100755 (executable)
@@ -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;