https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22569 --- Comment #49 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- (In reply to Jonathan Druart from comment #46)
3. Shouldn't Koha::Exceptions::Item::Transfer::Found be actually Koha::Exceptions::Item::Transfer::AlreadyInTransfer, to be more explicit?
4. Same, should we make Koha::Exceptions::Item::Transfer::Limit more explicit? Its description is "Transfer not allowed" but it seems that we can make it more exact.
I've come up with the followup alternatives.. but I'm struggling for the 'Limit' case. ::Found -> ::InQueue ::Transit -> ::InTransit ::Out -> ::OnLoan ::Limit -> ? # This is when the branch transfer limits would ordinarily prevent transfer.. ::BreaksLimits, ::NotAllowed, ::Dissallowed ? -- You are receiving this mail because: You are watching all bug changes.