[Koha-bugs] [Bug 16534] Error when checking out already checked out item (depending on AllowReturnToBranch)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 23 07:42:13 CEST 2016


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

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #51700|0                           |1
        is obsolete|                            |

--- Comment #24 from Marc Véron <veron at veron.ch> ---
Created attachment 51709
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51709&action=edit
Bug 16534: Block AddIssue from issuing if the return is not possible

To make sure the return can be done, AddIssue must not trust callers (they
should have done their job, but we are not sure) and check that the issue can
be returned before issuing to the patron.

There is no test plan here, this should not be possible from the Koha
interface.
However, looking at the code, it may be possible using SIP.

Signed-off-by: Marc Véron <veron at veron.ch>

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


More information about the Koha-bugs mailing list