[Koha-bugs] [Bug 8436] Add branch limit on checkexpiration.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 23 00:08:28 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8436

--- Comment #17 from Katrin Fischer <katrin.fischer at 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.


More information about the Koha-bugs mailing list