[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.07-32-gf22bded524

Git repo owner gitmaster at git.koha-community.org
Thu Jul 16 06:35:27 CEST 2020


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.11.x has been updated
       via  f22bded52404114572988e445e1ca0398fa3227d (commit)
       via  4a3486a7bcc06b05b664a69ba5e977988e7897e6 (commit)
      from  760f1eaad5a426c5bd2436c072a2df401202e8e4 (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 f22bded52404114572988e445e1ca0398fa3227d
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Jun 18 09:01:36 2020 -0400

    Bug 25805: Return empty strings instead of undef in C4::SIP::ILS::Item::hold_patron_name
    
    This bug is basically the same as bug 24966, but for hold_patron_name instead of hold_patron_bcode.
    The subroutine hold_patron_bcode should always return an empty string, not undef.
    
    Test Plan:
    1) Using the SIP cli emulator, checkin an item that is not checked out
    2) Note the DA field contains someting like "C4::SIP::SIPServer=HASH(0x88175c8)"
       The hex number will almost certainly be different from this example
    3) Apply this patch
    4) Restart the SIP server
    5) Run the SIP checkin again
    6) Note the DA field is no longer present!
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 017b67e6c52ab7b79a0187b1ca9fea220117f7ef)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 18faf9b7aa7c313fd9fa086c5f9609ef7b0c70f5)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

commit 4a3486a7bcc06b05b664a69ba5e977988e7897e6
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Jun 18 16:54:42 2020 -0300

    Bug 25805: Regression tests
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 115eeada2b6f959997d21d0e0dd73606f1ca7324)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit c65e76a7c49720cf112c59a0583a9545b34844c4)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

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

Summary of changes:
 C4/SIP/ILS/Item.pm           |  6 +++---
 t/db_dependent/SIP/Message.t | 37 ++++++++++++++++++++++++++++++++++++-
 2 files changed, 39 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list