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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to