@@ -, +, @@ cash_register_stats.pl --> You will see ISE --- reports/cash_register_stats.pl | 1 + 1 file changed, 1 insertion(+) --- a/reports/cash_register_stats.pl +++ a/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; --