[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.07-19-ga02c645

Git repo owner gitmaster at git.koha-community.org
Mon Jul 22 19:45:08 CEST 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 18.11.x has been updated
       via  a02c645fe08aa6070d1b960e2b1d81a067757fe3 (commit)
      from  eaf45aa9ac75c4e1d3ce81f72f99859c51a41f4b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a02c645fe08aa6070d1b960e2b1d81a067757fe3
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jul 19 07:52:40 2019 -0400

    Bug 23057: If checked_in_ok is set and item is not checked out, alert flag is supressed for *any* reason
    
    Acknowledgements: Patch also contains original code by David Cook. Patches were squashed for ease of use.
    
    This patch fixes a bug from Bug 15221 and hopefully also makes it so that the alert flag
    is suppressed when checked_in_ok is set and an item is not checked out.
    To test:
    0) Create patron in web interface with a cardnumber and userid of "staff" with a password
    that matches the account in SIPconfig.xml. Also set their branch to CPL
    (also matching SIPconfig.xml).
    1) Create an item with a barcode of 'test'
    2) Choose a patron to check out to and record their borrowernumber
    In one terminal:
    3) cd to your git directory (e.g. /home/koha/koha)
    4) perl ./C4/SIP/SIPServer.pm ~/koha-dev/etc/SIPconfig.xml
    In another terminal:
    5) cd to your git directory (e.g. /home/koha/koha)
    6) perl ./misc/sip_cli_emulator.pl -l CPL -su staff -sp <password> --port=6001 --address=localhost --item test -m checkin --patron <borrowernumber>
    NOTE: You need to replace <borrowernumber> with the borrowernumber from Step 2, and <password> with the password from Step 0.
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/SIP/ILS.pm                     |    3 +--
 C4/SIP/ILS/Transaction/Checkin.pm |   15 ++++++++++++++-
 2 files changed, 15 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list