https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23909 --- Comment #24 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- (In reply to Andrew Fuerste-Henry from comment #18)
The web-based self-check blocked checkout of both pending and waiting holds regardless of how I set AllowItemsOnHoldCheckoutSCO, though the error message given changed.
Fixed inline, I missed a step of cleaning out the older needsconfirm attributes when I was promoting them to optional blockers.
Using the self-check via OPAC method enabled by OPACTrustedCheckout, pending holds checked out successfully when enabled via AllowItemsOnHoldCheckoutSCO but when waiting holds were also allowed via syspref I received an odd message when trying to check one out: "Message code 'reswaitingdate' with data '2026-04-20'"
Also fixed inline, some new keys were introduced at some point in AddReturn, but the REST controller hadn't been updated to compensate. Tomas and I are working together to bring this stuff together into one place and DRY out the code in a parallel bug.
The SIP options all worked as described.
Awesome :) -- You are receiving this mail because: You are watching all bug changes.