View | Details | Raw Unified | Return to bug 24177
Collapse All | Expand All

(-)a/reports/cash_register_stats.pl (-1 / +1 lines)
Lines 27-32 use Koha::DateUtils; Link Here
27
use Text::CSV::Encoded;
27
use Text::CSV::Encoded;
28
use List::Util qw/any/;
28
use List::Util qw/any/;
29
29
30
use Koha::Account::CreditTypes;
30
use Koha::Account::DebitTypes;
31
use Koha::Account::DebitTypes;
31
32
32
my $input            = new CGI;
33
my $input            = new CGI;
33
- 

Return to bug 24177