http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9757 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |ASSIGNED --- Comment #9 from Owen Leonard <oleonard@myacpl.org> --- (In reply to comment #7)
Tested on sandbox 2 biblibre, UNIMARC - The shelving location still not appears in table (config : tag 995$e mapped with items.location)
I'm not sure about this one. It is obviously a MARC versus UNIMARC issue.
- "Holds" still shown in the table : when the user has no permission for holds or circulation when no holds allowed in circulation rules when not for loan is not on 0 (zero), when item is lost (could not test on DAMAGED or WITHDRAWN because authorized values, tags, mapping are not available on my sandbox)
These issues are in master as well.
(Note that "HOLDS" is often shown for each item in the search results even if there are no holds allowed on items.)
Koha has no centralized mechanism for deciding whether a title or an item can be placed on hold. There are by my count 6 different implementations of this calculation in 6 different scripts. This of course should be centralized somehow. When this is done it will be easy to add a correct check to the lists display. As it is, my patch doesn't cause any regression in this area. -- You are receiving this mail because: You are watching all bug changes.