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

(-)a/misc/add_statistics_borrowers_categorycode.pl (-6 lines)
Lines 10-22 use utf8; Link Here
10
10
11
use Koha::Patrons;
11
use Koha::Patrons;
12
12
13
use open ':encoding(utf8)';
14
binmode STDOUT, ':utf8';
15
16
17
print "\nTHE FOLLOWING STATISTIC ENTRIES HAVE BEEN UPDATED\n------------------------------------------------\n";
13
print "\nTHE FOLLOWING STATISTIC ENTRIES HAVE BEEN UPDATED\n------------------------------------------------\n";
18
14
19
20
##Caches all the loaded Borrowers
15
##Caches all the loaded Borrowers
21
my $borrowers = {};
16
my $borrowers = {};
22
my $deletedBorrowers = {};
17
my $deletedBorrowers = {};
23
- 

Return to bug 7021