[Koha-bugs] [Bug 26132] Improve readability of TooMany

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 4 16:11:07 CET 2020


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

--- Comment #22 from Joonas Kylmälä <joonas.kylmala at helsinki.fi> ---
Created attachment 113007
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=113007&action=edit
Bug 26132: (follow-up) Fix broken code in TooMany function

The $checkouts variable was not defined in the PatronLibrary case at
all and in the else case the SQL join was totally missing.

To test:
1) Without this patch notice prove
   t/db_dependent/Circulation/TooMany.t fails
2) With this patch notice prove
   t/db_dependent/Circulation/TooMany.t succeeds

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


More information about the Koha-bugs mailing list