Bug 23178

Summary: If all items are marked 'not for loan' staff results displays 'None available'
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: REOPENED --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: flyingendpaper, gmcharlt, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Katrin Fischer 2019-06-21 10:27:35 UTC
If all items on a record are marked not for loan on the item or by item type configuration, the result list displays: None available.

This is not quite true. Usually in Koha 'available' is used to indicate the item ins on the shelf, 'available for loan' or 'not available for loan' would indicate that the items are there, but cannot be checked out.

I think changing it to 'none available for loan' would be more accurate here. Or alternatively: Treat them separately and use "x availble for reference" similar to the result list in the OPAC.
Comment 1 Katrin Fischer 2022-03-24 14:38:02 UTC
Appears to be fixed in 20.11 :)
Comment 2 Katrin Fischer 2022-03-24 14:40:40 UTC
Sadly, only the configuration changed.

Not for loan doesn't mean unavailable necessarily, reference books are a great example. We should fix this.