koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-bugs] [Bug 1737] Virtual shelves should hide hold link based on st


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1737] Virtual shelves should hide hold link based on standard availability check
Date: Tue, 8 Jan 2008 14:16:26 -0800 (PST)

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





------- Comment #3 from address@hidden  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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]