rel_3_0 moved to HEAD
[koha_fer] / reports / issues_by_borrower_category.plugin
index 80cd0a3..888a21d 100644 (file)
@@ -27,6 +27,7 @@ use HTML::Template;
 use C4::Search;
 use C4::Output;
 use C4::Koha;
+use C4::Branch; # GetBranches
 
 =head1 NAME
 
@@ -63,7 +64,7 @@ the hashes are then translated to hash / arrays to be returned to manager.pl & s
 sub set_parameters {
        my ($template) = @_;
        my $dbh = C4::Context->dbh;
-       my $branches=getbranches();
+       my $branches=GetBranches();
        my @branches;
        my @select_branch;
        my %select_branches;
@@ -228,4 +229,4 @@ sub calculate {
        return \@mainloop;
 }
 
-1;
\ No newline at end of file
+1;