Uploaded image for project: 'mod-inn-reach'
  1. mod-inn-reach
  2. MODINREACH-214

Owning Site Unable to Process Unshipped Item Message

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • P2
    • Resolution: Done
    • None
    • 1.1.0
    • None
    • Volaris Sprint 131
    • 0.5
    • Volaris
    • Lotus (R1 2022) Bug Fix

    Description

      Overview:
      Steps to Reproduce:

      1. 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

            Activity

              People

                brookstravis Brooks Travis
                brookstravis Brooks Travis
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  TestRail: Runs

                    TestRail: Cases