http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8436 --- Comment #17 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Comment on attachment 35166 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35166 [SIGNED OFF] Bug 8436: Add limit on branch in checkexpiration.pl Review of attachment 35166: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=8436&attachment=35166) ----------------------------------------------------------------- ::: serials/checkexpiration.pl @@ +106,5 @@
} + +my $branchname; +my @branches_loop; +if ( $flags->{superlibrarian}
I think we should be using C4::Context->IsSuperLibrarian() here - please check! -- You are receiving this mail because: You are watching all bug changes.