[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.11-11-g18ae357b30

Git repo owner gitmaster at git.koha-community.org
Thu Jun 11 16:02:47 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.05.x has been updated
       via  18ae357b30a155cbd6db95f3b6cce62ceb3c5b0d (commit)
       via  ca3dfb246e3c01eb524630b7c2da44a79d1cd263 (commit)
       via  2d0204b10d7d8c9a9dc6d65d761fc19e8401f4e3 (commit)
       via  dbc740a62aca9bea76400a0147ad8152864e8ad4 (commit)
      from  ba884d407a4b7ac858b68b4958e3f234e1b616da (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 18ae357b30a155cbd6db95f3b6cce62ceb3c5b0d
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Apr 13 15:51:36 2020 +0000

    Bug 23403: Catch other cases of ->{patron}
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    
    (cherry picked from commit 840b417890cdd341922cb3a086b08946bb96736d)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit ca3dfb246e3c01eb524630b7c2da44a79d1cd263
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 23 15:57:14 2020 +0100

    Bug 23403: List borrowernumber in the ILS::Patron fields
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    
    (cherry picked from commit 20a6b0f7dbe6db1f5b47b8bb7371b7b0cd192062)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 2d0204b10d7d8c9a9dc6d65d761fc19e8401f4e3
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Mar 23 08:52:58 2020 -0400

    Bug 23403: Fix whitespace
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    
    (cherry picked from commit dbc4e4c63d83beed132a4d9b20ef47b2327f4f67)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit dbc740a62aca9bea76400a0147ad8152864e8ad4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Nov 21 18:39:15 2019 +0100

    Bug 23403: Remove cardnumber from SIP
    
    == Test plan ==
    1 - Have two patrons with userids and no cardnumber
    2 - Note which of these has the higher borrower number
    3 - Use the SIP cli emulator to connect and checkout a book to the patron with higher borrowernumber
          See example after
    4 - Note the book may checkout to the wrong patron!
    5 - Apply patch
    6 - Checkout to both patrons via sip
    7 - The patrons get the correct checkouts
    
    === SIP CLI emulator ===
    ./misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su term1 -sp term1 \
    -l CPL --patron 23529001000463 -m checkout --item 39999000001259
    
    translation: via the koha user term1, checkout item 39999000001259 to
    patron 23529001000463
    
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.com>
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    
    (cherry picked from commit 7e4296c4194afaa722a20b114cf928e2f17d7ad0)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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

Summary of changes:
 C4/SIP/ILS.pm                      | 16 +++++++--------
 C4/SIP/ILS/Item.pm                 |  8 ++++----
 C4/SIP/ILS/Patron.pm               |  1 +
 C4/SIP/ILS/Transaction/Checkout.pm | 22 +++++++++------------
 C4/SIP/ILS/Transaction/Hold.pm     | 40 +++++++++++++-------------------------
 C4/SIP/ILS/Transaction/Renew.pm    |  3 ++-
 6 files changed, 37 insertions(+), 53 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list