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 <[email protected]>
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 <[email protected]>
    Signed-off-by: Martin Renvoize <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    (cherry picked from commit 017b67e6c52ab7b79a0187b1ca9fea220117f7ef)
    
    Signed-off-by: Lucas Gass <[email protected]>
    (cherry picked from commit 18faf9b7aa7c313fd9fa086c5f9609ef7b0c70f5)
    
    Signed-off-by: Aleisha Amohia <[email protected]>

commit 4a3486a7bcc06b05b664a69ba5e977988e7897e6
Author: Tomas Cohen Arazi <[email protected]>
Date:   Thu Jun 18 16:54:42 2020 -0300

    Bug 25805: Regression tests
    
    Signed-off-by: Tomas Cohen Arazi <[email protected]>
    Signed-off-by: Martin Renvoize <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    (cherry picked from commit 115eeada2b6f959997d21d0e0dd73606f1ca7324)
    
    Signed-off-by: Lucas Gass <[email protected]>
    (cherry picked from commit c65e76a7c49720cf112c59a0583a9545b34844c4)
    
    Signed-off-by: Aleisha Amohia <[email protected]>

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

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
_______________________________________________
koha-commits mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to