[Koha-bugs] [Bug 22569] Add a 'Transfers to send' report

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 18 11:47:53 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22569

--- Comment #49 from Martin Renvoize <martin.renvoize at 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.


More information about the Koha-bugs mailing list