Summary: | Display correct not for loan status description on course reserves | ||
---|---|---|---|
Product: | Koha | Reporter: | Marjorie Barry-Vila <marjorie.barry-vila> |
Component: | Course reserves | Assignee: | Bugs List <koha-bugs> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | long_sam.tw, mkstephens, patrick.robitaille, tmisilo |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
not for loan reserve
not for loan reserve |
Description
Marjorie Barry-Vila
2014-03-20 19:15:03 UTC
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. |