[Koha-bugs] [Bug 1737] Virtual shelves should hide hold link based on standard availability check

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Tue Jan 8 23:16:26 CET 2008


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1737





------- Comment #3 from joe.atzberger at liblime.com  2008-01-08 14:16 -------
Seems like we'd want to use something like CanBookBeIssued from Circulation.pm,
but there are some problems w/ that.  CanBookBeIssued wants 4 arguments
($borrower, $barcode, $date, $inprocess).  

One difference is that the shelf does not consist of items, but of biblios.  So
there are no barcodes.  We could attempt to retrieve all the barcodes for the
biblio until we find at least one that allows Issuing.  But that could be
costly.  

Lists will also be viewable w/o respect to any user, so CanBookBeIssued won't
be suitable.




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.





More information about the Koha-bugs mailing list