Bug 32557

Summary: Implement SIP2 no block flag for checkin messages
Product: Koha Reporter: Kyle M Hall <kyle>
Component: SIP2Assignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 32515    
Bug Blocks:    

Description Kyle M Hall 2023-01-03 14:10:48 UTC
The "no block" flag for SIP2 checkin messages has never been implemented. Bug 32515 fixed the issue where a non-existent subroutine was called if the no-block flag has passed. We should implement a no-block version of the checkin subroutine.
Comment 1 Kyle M Hall 2023-01-03 16:59:33 UTC
I've been working on this, and I'm not actually convinced we need anything more than what Nick has done on bug 32515. If someone can point out a scenario where we need more please let me know!

Kyle