Bug 21977 - Add ability to transmit shelving location via SIP
Summary: Add ability to transmit shelving location via SIP
Status: RESOLVED MOVED
Alias: None
Product: Koha
Classification: Unclassified
Component: SIP2 (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Kyle M Hall (khall)
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-07 18:20 UTC by Kyle M Hall (khall)
Modified: 2018-12-07 19:30 UTC (History)
1 user (show)

See Also:
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 (3.70 KB, patch)
2018-12-07 18:22 UTC, Kyle M Hall (khall)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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.