[Koha-bugs] [Bug 25755] Add a Koha::Item->request_transfer method

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 18 13:23:56 CEST 2020


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

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Signed Off

--- Comment #8 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
(In reply to Katrin Fischer from comment #6)
> I am a little confused by this one. The POD documents a force parameter, but
> it doesn't appear to be implemented (see FIXME). And there is also another
> FIXME about adding tests. Can you please check?

Fair questions; The FIXME was left behind during various rebases and signified
possible future work to be done. I have removed it in the followup and left
myself a local note instead.  As for the force parameter, it was in-fact
implemented but only for the 'transfer limits' case and not the 'transfer in
progress' case.  I've renamed the parameter to clarify it's use in the
followup.

This is really just foundational work.. I've tried hard to think of future use
cases, but I have a feeling I'll be making minor adjustments to this method as
I start replacing uses of C4::Circulation::transferbook and
C4::Items::ModItemTransfer with calls to this new method.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list