Hi, Status not for loan of an item is not showing on opac-course-detail. Exemple here http://catalog.bywatersolutions.com/cgi-bin/koha/opac-detail.pl?biblionumber=47957 and http://catalog.bywatersolutions.com/cgi-bin/koha/opac-course-details.pl?course_id=1 Status is not for loan on opac-detail and available on opac-course-details. Is this normal? Regards, Marjorie
Created attachment 26763 [details] not for loan reserve
Created attachment 26764 [details] not for loan reserve
Hi Marjorie, I think the display in the course reserves list only distinguishes between available (on the shelf) and checked out.
Is there a reason why the list of course reserves /shouldn't/ show the true status of an item?
Hm, you are right - it should be the same as on the detail page I think. Showing 'ordered' and all the other status.
It turns out the template /tries/ to show the correct not for loan status, but the notforloan data which is passed to item-status.inc is incomplete. Compare the item data pulled by GetBiblioFromItemNumber in Biblio.pm (from which the course reserves information comes) to GetItemsInfo in Items.pm (from which the item data comes for pages like opac-detail.pl).
*** Bug 18358 has been marked as a duplicate of this bug. ***
I am noticing the effects of this bug, too. We would like to add items to courses while they are on order, before they have been received and cataloged. In 18.11, the status "Not for loan (Ordered)" shows as "Available" in the OPAC course reserves list view.
Marking as duplicate with the other not-for-loan/course reserves bug. *** This bug has been marked as a duplicate of bug 12302 ***