https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37762 --- Comment #21 from Jason Robb <jrobb@sekls.org> --- This is great! I tried some deviations like using a bib-level hold rather than an item-level hold, requesting something that's not for loan, sending a retry, marking something unfilled. Everything seems to work as expected. There are things that would help with workflow (mentioned in earlier comments) but I don't think those are stoppers. The functionality as described in the test plan is working well. The only other thing I ran into was some noticeable slowness after the various operations that trigger messages back and forth but I'm guessing that's to be expected given the mechanics in play. Sidenotes on requesting (I know it is outside the scope of this bug but may be useful for later work on that end): - It would be nice to generate a temporary record + check out of the item in the requesting system - If there are two records with the same title, the ISO search says "found" but the next page lists no results - I was able to place a request for a record where none of the items were available for loan (it would be nice to prevent this on the requesting side) - I was able to place a request for a record with no items (it would also be nice to prevent this on the requesting side) I didn't run into anything that seemed broken or wasn't working as described within the scope of this bug. I'm happy to add my sign off on this in its current state. -- You are receiving this mail because: You are watching all bug changes.