Bug 21977

Summary: Add ability to transmit shelving location via SIP
Product: Koha Reporter: Kyle M Hall (khall) <kyle>
Component: SIP2Assignee: Kyle M Hall (khall) <kyle>
Status: RESOLVED MOVED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: colin.campbell
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 21977: Add ability to transmit shelving location via SIP

Description Kyle M Hall (khall) 2018-12-07 18:20:45 UTC
Some libraries use bin sorters that communicate via SIP2. To sort the items correctly, it is necessary for these sorters to know the shelving location code assigned to the item. For this to function correctly we need to transmit the shelving location via the item information and checkin responses.
Comment 1 Kyle M Hall (khall) 2018-12-07 18:22:58 UTC
Created attachment 82993 [details] [review]
Bug 21977: Add ability to transmit shelving location via SIP

Some libraries use bin sorters that communicate via SIP2.
To sort the items correctly, it is necessary for these sorters
to know the shelving location code assigned to the item.
For this to function correctly we need to transmit the shelving
location via the item information and checkin responses.

Test Plan:
1) Apply this patch
2) Restart the SIP server
3) Perform a checkin via SIP
4) Note the new SL field contains the shelving location code in the response
5) Perform an item information request
6) Note the new SL field contains the shelving location code in the response
Comment 2 Kyle M Hall (khall) 2018-12-07 19:30:31 UTC
I have a better idea.