[Koha-bugs] [Bug 15565] Place multiple holds at once for the same record in OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 6 21:15:12 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15565

Victor Grousset/tuxayo <victor at tuxayo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #120366|0                           |1
        is obsolete|                            |

--- Comment #258 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
Created attachment 120641
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=120641&action=edit
Bug 15565: Place multiple holds on one record on staff client

Test plan:
0) git bz apply 15565
1) restart_all
2) Set the maxreserves system preference to 3 (from 50)
3) Set the following circulation rules:
holds allowed (total) = 10 (from unlimited)
holds allowed (daily) = 10 (from unlimited)
holds per record (count) = 10 (from 2)
3) Set up a record with 4 items
E.g. add 3 items to
http://localhost:8081/cgi-bin/koha/catalogue/detail.pl?biblionumber=29
4) Go to place a hold on this record in Staff Interface
5) Notice that the items table under 'Place a hold on a specific item'
now uses checkboxes instead of radio buttons
6) Check all 4 checkboxes. Confirm that when you check the 4th checkbox,
    an alert pops up warning the you've reached the maximum. Confirm
    that when you close the alert, the checkbox is not checked.
7) Set the following circulation rules one by one and test that each
one alone can trigger the alert:
holds allowed (total) = 2 (from 10)
holds allowed (daily) = 2 (from 10)
holds per record (count) = 2 (from 10)
8) Set the circulation rules and syspref all to 4+. Check some items and
confirm the holds.
9) Perform the same above actions on the OPAC

Sponsored-by: Catalyst IT

Signed-off-by: David Cook <dcook at prosentient.com.au>
Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list