[Koha-bugs] [Bug 26591] Add a choice to prevent the checkout or warn the user at the selfcheckout system if we use CheckPrevCheckout

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 4 14:30:23 CET 2020


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

Matthias Meusburger <matthias.meusburger at biblibre.com> changed:

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

--- Comment #5 from Matthias Meusburger <matthias.meusburger at biblibre.com> ---
Created attachment 112991
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112991&action=edit
Bug 26591: SIP option prevcheckout_block_checkout to block checkout of
previously checked-out documents

This patchs adds a new SIP option to block checkout of previously
checked-out documents: prevcheckout_block_checkout

See the CheckPrevCheckout system preference to enable previously
checked-out verification in Koha.

Test plan:
  1) Apply this patch
  2) Enable the CheckPrevCheckout syspref (on "Do" for instance)
  3) Enable prevcheckout_block_checkout in the SIP server config file
  4) Checkout and checkin an item for a user
  5) Checkout the item again with the SIP CLI tool
  6) Check that the SIP message is "This item was previously checked out by
you"
     and that the item was not checked out
  7) Disable prevcheckout_block_checkout in the SIP server config file
  8) Checkout the item again with the SIP CLI tool
  9) Check that the SIP message is "This item was previously checked out by
you"
     and that the item was checked out.
 10) Prove t/db_dependent/SIP/Message.t

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


More information about the Koha-bugs mailing list