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 <[email protected]>
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 <[email protected]>
    (cherry picked from commit d8f3e0ec0dbaf73075299a88a254334cfaf1d29e)
    
    Signed-off-by: Lucas Gass <[email protected]>

commit 8bd9c4b4fd44990c7a806de21e8628e1955a3c56
Author: Nick Clemens <[email protected]>
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 <[email protected]>
    Signed-off-by: Martin Renvoize <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    (cherry picked from commit 47671123206a475f86de9316d8b256e14aa54bc1)
    
    Signed-off-by: Lucas Gass <[email protected]>

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

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

Reply via email to