Details
-
Bug
-
Status: Closed (View Workflow)
-
P2
-
Resolution: Done
-
None
-
None
-
Volaris Sprint 131
-
0.5
-
Volaris
-
Lotus (R1 2022) Bug Fix
Description
Overview:
Steps to Reproduce:
- Attempt the following call volaris rancher in Postman:
curl --location --request PUT 'https://volaris-edge-inn-reach.ci.folio.org/innreach/v2/circ/receiveunshipped/1642601051/d2ir' \ --header 'x-from-code: d2ir' \ --header 'x-to-code: fl1g1' \ --header 'x-request-creation-time: 1642712971' \ --header 'Authorization: Bearer <GET NEW TOKEN>' \ --header 'Content-Type: application/json' \ --data-raw '{ "transactionTime": 1642712971, "patronId": "2bc26e0cdb894a2188e93177d03f222f", "patronAgencyCode": "fl1g1", "itemAgencyCode": "fl2g1", "itemId": "it00000000003"
Expected Results:
Requested item is checked out to the institutional lending patron for the INN-Reach patron type and an "ok" response is returned.
Actual Results:
The requested item is not checked out to the institutional patron and the following error is returned:
{ "status": "failed", "reason": "Default service point is not set for the patron: 2bc26e0c-db89-4a21-88e9-3177d03f222f" }
Additional Information:
Seems like the module is attempting to use the patron ID associated with the request to determine the service point to include with the check out by barcode API call to mod-circulation, rather than the institutional patron associated with the request.
URL:
Interested parties:
TestRail: Results
Attachments
Issue Links
- relates to
-
MODINREACH-194 D2IR Local Endpoint (Circulation): Check Out Unshipped Item to Borrowing Site When Unshipped Item Received Reported Received to Owning Site for Item Hold
-
- Closed
-