[Koha-bugs] [Bug 16213] Allow to select hold's itemtype when using API

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 6 13:31:54 CEST 2016


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

--- Comment #1 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 49951
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=49951&action=edit
Bug 16213: Allow to select hold's itemtype when using API

Depends on bug 15533 and bug 13903

Test plan:
1/ Use your usual "REST testing" tool to place a title-level hold with
an itemtype. The request should look like this:

POST /api/v1/reserves
{
    "borrowernumber": 1234,
    "biblionumber": 456,
    "branchcode": "CPL",
    "itemtype": "A"
}

2/ Check that the hold was placed and the itemtype is correctly selected
3/ prove t/db_dependent/api/v1/reserves.t

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


More information about the Koha-bugs mailing list