[Koha-bugs] [Bug 17941] CanBookBeRenewed is very inefficient/slow

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 15 01:32:20 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17941

--- Comment #25 from M. Tompsett <mtompset at hotmail.com> ---
Comment on attachment 60192
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=60192
Bug 19741 more typos

Review of attachment 60192:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=17941&attachment=60192)
-----------------------------------------------------------------

::: C4/Circulation.pm
@@ +2684,4 @@
>                  my $item = GetItem($i);
>                  next if IsItemOnHoldAndFound($i);
>                  for my $b (@borrowernumbers) {
> +                    my $borr = $borrowers{$b}//= C4::Members::GetMember(borrowernumber => $b);

Sweet! Let's get some sign off. :)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list