http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8436
--- Comment #17 from Katrin Fischer <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
