[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.05-103-gcebd342a49

Git repo owner gitmaster at git.koha-community.org
Tue Nov 17 00:08:36 CET 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, 20.05.x has been updated
       via  cebd342a49bf4218c6f937278b7d90641a88ca47 (commit)
       via  bafef273577c4513a6929265d7408fe567afa6f1 (commit)
       via  03562822ec2f774fb0a659809ef3e3b3587befd6 (commit)
      from  97dac5e5136f2a2a3d0e49c862c0b058bedafac8 (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 cebd342a49bf4218c6f937278b7d90641a88ca47
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Nov 5 06:48:04 2020 -0500

    Bug 26594: (QA follow-up) Make _UpdateBorrowerDebarmentFlags a public method
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit f8206ca60cb1bbd32a90b7898a6877166026b8bb)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit bafef273577c4513a6929265d7408fe567afa6f1
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Thu Oct 1 14:19:05 2020 +0200

    Bug 26594: Fix patrons merge problem with restrictions
    
    When merging a patron A with restriction(s) into an other patron B,
    the entries of borrower_debarments are OK but the value of borrowers.debarred for patron B need to be updated.
    An effect of this strange storage of restrictions in both places.
    
    Test plan :
    1) Create a patron A with a manual restriction with some date and
       comment
    2) Create a patron B with no restriction
    3) Merge patron A and B, keeping patron B
    4) Look at patron B details page
    => Without patch you see no restriction
    => With patch you see the restriction from patron A
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit bd66a2e175e062b662652f81efcafb48b6d230d7)

commit 03562822ec2f774fb0a659809ef3e3b3587befd6
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Oct 2 09:22:36 2020 +0200

    Bug 26594: add Unit Test
    
    Run prove t/db_dependent/Patron/Borrower_Debarments.t
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit e5ba5f406899c554ccc71212cbee5531b91c3f41)

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

Summary of changes:
 Koha/Patron.pm                              |  4 ++++
 Koha/Patron/Debarments.pm                   | 14 ++++++------
 t/db_dependent/Patron/Borrower_Debarments.t | 35 ++++++++++++++++++++++++++++-
 3 files changed, 45 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list