[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.03-7-g0b444c4bc0

Git repo owner gitmaster at git.koha-community.org
Thu Sep 3 17:11:44 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, 20.05.x has been updated
       via  0b444c4bc0f3a677acfc2423b19a04ddea8b9dff (commit)
       via  8bd9c4b4fd44990c7a806de21e8628e1955a3c56 (commit)
      from  69f16f7469c7cbbf571560d6f9389ef2dd170aa7 (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 0b444c4bc0f3a677acfc2423b19a04ddea8b9dff
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Aug 14 11:30:12 2020 +0000

    Bug 26078: (follow-up) Use a boolean rather than changing returnbranch
    
    Bug 26078: (follow-up) used validTransfer instead of checking WrongTransfer message
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit d8f3e0ec0dbaf73075299a88a254334cfaf1d29e)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 8bd9c4b4fd44990c7a806de21e8628e1955a3c56
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Jul 30 16:59:14 2020 +0000

    Bug 26078: Prevent generating a new transfer from return policy when resolving a transfer
    
    To test:
    - Have 2+ branches
    - Set your default return policy to Item returns to issuing library
    - Find an item with holding branch of Branch A
    - Set your library to Branch B
    - Check item in
    - Koha generates a transfer to Branch A. In doing so, it sets the item holding branch to Branch B
    - Set your library to Branch A
    - Check item in
    - Koha generate a transfer to Branch B. In doing so, it sets the item holding branch to Branch A
    - Set you library to Branch A
    - Check the item in
     . . . Repeat indefinitely.
     Apply patch
     Repeat
     No more loop
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    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 47671123206a475f86de9316d8b256e14aa54bc1)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Circulation.pm                   | 8 +++++---
 t/db_dependent/Circulation/Branch.t | 8 +++++++-
 2 files changed, 12 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list