Bug 13479

Summary: Add option to add/remove biblios from list of books with forced item holds
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: Hold requestsAssignee: Marcel de Rooy <m.de.rooy>
Status: CLOSED WONTFIX QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13478
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13839
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 13478    
Bug Blocks:    
Attachments: Bug 13479: Enable/disable forced item holds on biblio level
Bug 13479: Enable/disable forced item holds on biblio level
Bug 13479: Enable/disable forced item holds on biblio level

Description Marcel de Rooy 2014-12-18 13:12:44 UTC
This report is a follow-up for bug 13478.
Comment 1 Marcel de Rooy 2014-12-18 13:15:36 UTC
Some ideas to start with:
Option for specific biblio can be set/unset on staff catalog detail page.
Might be interesting to add the option for item types too. For some item types you may want to force item holds.
Add a script that allows you to incidentally add or remove books from the list under specified conditions.
Comment 2 Marcel de Rooy 2015-03-05 14:28:19 UTC Comment hidden (obsolete)
Comment 3 Marcel de Rooy 2015-03-05 14:29:23 UTC
This work is not yet ready, but this may helps those want to sign off on report 13478.
Comment 4 Marcel de Rooy 2015-03-05 14:30:15 UTC Comment hidden (obsolete)
Comment 5 Marcel de Rooy 2015-03-16 10:45:43 UTC
Created attachment 36921 [details] [review]
Bug 13479: Enable/disable forced item holds on biblio level

This is a follow-up of report 13478.
If you set OPACItemHolds to 'selectiveforce', you can now enable or disable
forced item holds on biblio level on the Holds tab of the staff detail
page.

TEST PLAN:
[1] Run the adjusted unit test (t/db_dependent/Reserves.t).
[2] Set OPACItemHolds to Allow.
[3] Check the Holds tab of staff catalog detail.
    You should not see the Force item holds-box.
[4] Set OPACItemHolds to Selectively force.
[5] Goto the Holds tab of staff catalog detail.
[6] Enable forced item holds. Check behavior with placing hold in OPAC.
[6] Disable forced item holds. Check behavior with placing hold in OPAC.
Comment 6 Marcel de Rooy 2015-03-16 10:50:41 UTC
(In reply to M. de Rooy from comment #1)
> Might be interesting to add the option for item types too. For some item
> types you may want to force item holds.

Moved this to a new report: bug 13839.
Comment 7 Marcel de Rooy 2015-04-15 11:45:40 UTC
Bug 13478 needs attention first.