[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.01-48-gdd7d23d

Git repo owner gitmaster at git.koha-community.org
Mon Jul 22 18:23:47 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, 19.05.x has been updated
       via  dd7d23d67bc6bcc012eba4f1414ce4a9d65ac95f (commit)
       via  78c11c51c0683aba727fe6bfd34bca1b45b51e6b (commit)
       via  5386554b89d47f928b2de115a500272619ccd70a (commit)
       via  017d946e7fa6c824434a3da2d213ec64d342559c (commit)
      from  892e0bb3817788ed6eaa046fb314ace8cb2f2e55 (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 dd7d23d67bc6bcc012eba4f1414ce4a9d65ac95f
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jun 11 07:46:57 2019 -0400

    Bug 23057: (QA follow-up) Remove new AddReturn message ReturnOfLostItemBlocked, use existing pattern from returns.pl
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Matha Fuerst <mfuerst at hmcpl.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 80cbb81224e78c535daa14cf67fec2e945385e9f)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 78c11c51c0683aba727fe6bfd34bca1b45b51e6b
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jun 6 12:42:46 2019 -0400

    Bug 23057: Update do_checkin
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Matha Fuerst <mfuerst at hmcpl.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 17f5547b3492bbf31a5e63ce0568c4bc31100421)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 5386554b89d47f928b2de115a500272619ccd70a
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jun 6 10:37:11 2019 -0400

    Bug 23057: Unit tests
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Matha Fuerst <mfuerst at hmcpl.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 77116bbed68332d46f96663ad47512ae98342d89)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 017d946e7fa6c824434a3da2d213ec64d342559c
Author: David Cook <dcook at prosentient.com.au>
Date:   Thu Jun 6 10:31:13 2019 +1000

    Bug 23057: If checked_in_ok is set and item is not checked out, alert flag is supressed for *any* reason
    
    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: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Matha Fuerst <mfuerst at hmcpl.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 97af85525f8a828551ff30d1522308f9efe2be54)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/SIP/ILS.pm                     |    3 +--
 C4/SIP/ILS/Transaction/Checkin.pm |   23 ++++++++++++++++-------
 t/db_dependent/SIP/Message.t      |   19 +++++++++++++++----
 3 files changed, 32 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list