[Koha-bugs] [Bug 26463] New: AllowHoldPolicyOverride overrides too many holds policies

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 15 13:00:50 CEST 2020


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

            Bug ID: 26463
           Summary: AllowHoldPolicyOverride overrides too many holds
                    policies
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Hold requests
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

To test:
Enable 'AllowHoldPolicyOverride' system preference

Via the the REST API:
t/db_dependent/api/v1/holds.t fails

Try to place an item level hold:
PUT localhost:8080/api/v1/holds
Body:
{
  "biblio_id":"1",
  "item_id":"1",
  "patron_id":"5",
  "pickup_library_id":"CPL"
}

Repeat ad nauseam, patron now has multiple holds on a single item

Leave those holds in place.

On the staff side:
Hit the URL below:
http://localhost:8081/cgi-bin/koha/reserve/placerequest.pl?biblionumbers=1/4&borrowernumber=5&type=str8

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


More information about the Koha-bugs mailing list