Bug 13479 - Add option to add/remove biblios from list of books with forced item holds
Summary: Add option to add/remove biblios from list of books with forced item holds
Status: CLOSED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Hold requests (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Marcel de Rooy
QA Contact: Testopia
URL:
Keywords:
Depends on: 13478
Blocks:
  Show dependency treegraph
 
Reported: 2014-12-18 13:12 UTC by Marcel de Rooy
Modified: 2017-01-03 15:46 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: Small patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 13479: Enable/disable forced item holds on biblio level (4.78 KB, patch)
2015-03-05 14:28 UTC, Marcel de Rooy
Details | Diff | Splinter Review
Bug 13479: Enable/disable forced item holds on biblio level (6.60 KB, patch)
2015-03-05 14:30 UTC, Marcel de Rooy
Details | Diff | Splinter Review
Bug 13479: Enable/disable forced item holds on biblio level (8.05 KB, patch)
2015-03-16 10:45 UTC, Marcel de Rooy
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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.