[Koha-bugs] [Bug 7016] CanBookBeReserved uses GetItemsInfo unnecessarily

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 6 15:32:45 CET 2012


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

Maxime Pelletier <pelletiermaxime at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pelletiermaxime at gmail.com
           Severity|normal                      |major

--- Comment #7 from Maxime Pelletier <pelletiermaxime at gmail.com> 2012-01-06 14:32:45 UTC ---
This patch broke the function. CanItemBeReserved needs an itemnumber and it
seems that it now gets an array of hash (for exemple you would get itemnumber
with $item->{$biblionumber}->[0]). I would suggest either reverting this patch
or using/adding subs that just return an array of itemnumber correctly.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list