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

Nicole C. Engard <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #5998|0                           |1
        is obsolete|                            |

--- Comment #4 from Nicole C. Engard <[email protected]> 2011-10-19 20:05:43 
UTC ---
Created attachment 5999
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5999
[SIGNED-OFF] Bug 7016: CanBookBeReserved uses GetItemsInfo unnecessarily

CanBookBeReserved uses the very heavy-weight function GetItemsInfo to simply
retrieve
the itemnumbers attached to a given biblio.  The function get_itemnumbers_of()
is much
lighter-weight and returns the required information; switching to it will
reduce the overall
system resource cost of placing a hold.

Signed-off-by: Nicole C. Engard <[email protected]>

-- 
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.
_______________________________________________
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/

Reply via email to