[Bug 10591] New: Why do we allow holds on restricted items (952$5=Use restrictions)? Place a hold for reference?
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10591 Bug ID: 10591 Summary: Why do we allow holds on restricted items (952$5=Use restrictions)? Place a hold for reference? Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: m.de.rooy@rijksmuseum.nl QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Currently, it is possible to place a hold on an item marked as Restricted with 952 $5. And you can also confirm the hold, setting it to Waiting status. The code in Circulation.pm (CanBookBeIssued) checks before issuing if an item is restricted and will not permit checkout. So actually, the book is not for loan. It may be available for reference in the library? This may be just unintentional. But if we would have the intention to provide a mechanism to place holds for reference in the library, we probably should deal with the remaining workflow too. How do we registrate that the user received the book for reference, and when do we remove the waiting hold? Do we count these kind of references? Note also that we could have a library building workflow on this possibility, and another developer that some day makes it impossible to reserve restricted items not knowing that. What do you think? Setting this report to In Discussion, hoping for some more feedback. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10591 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10591 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard@gmail.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10591 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com --- Comment #1 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Did this ever get asked on the list... is it still the case... how can we progress this? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10591 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I am currently investigating how we could possibly use the restricted field in Koha for a new library. This is what I found out: - the circulation will only be blocked, if restricted = 1 http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=C4/Circulation.pm;... There seems no other functionality linked to it. So currently, if you added another authorised value != 1, you can check out the item just fine. I'd like to see us decide how this is intended to be used to avoid future problems. We already have the 'not for loan' status blocking circ and holds - maybe it makes sense to have another status that allows holds, but for example only allows for on-site checkouts? But I'd hesitate to change the current behaviour without a good plan and an email to the list, as libraries might have been using this field in different ways. Maybe even needs to be a parameter for a while. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10591 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=14370 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org