[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.09-11-gcf9d0e651b

Git repo owner gitmaster at git.koha-community.org
Wed Sep 9 06:32:56 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  cf9d0e651b0b7686a25602336b8d3060388de0e9 (commit)
       via  1b2eedbea95a2d5f2c9cac9999d64941541ae4d5 (commit)
      from  1e0c18d45eca798ac1578f16d7be1dd5f52875e4 (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 cf9d0e651b0b7686a25602336b8d3060388de0e9
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>
    (cherry picked from commit 0b444c4bc0f3a677acfc2423b19a04ddea8b9dff)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

commit 1b2eedbea95a2d5f2c9cac9999d64941541ae4d5
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>
    (cherry picked from commit 8bd9c4b4fd44990c7a806de21e8628e1955a3c56)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.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