[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.05-13-g0dc59ab

Git repo owner gitmaster at git.koha-community.org
Sun Nov 29 21:18:18 CET 2015


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, 3.20.x has been updated
       via  0dc59ab982b9fffe37db39efe7c5175de811d6e0 (commit)
      from  22a6fb9e96a335a69956009ebef94fb31ac2b2fd (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 0dc59ab982b9fffe37db39efe7c5175de811d6e0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Oct 27 09:21:24 2015 +0000

    Bug 15066: Make transfer rotating collection works under Plack
    
    This patch the 2 following errors:
    Undefined subroutine &C4::RotatingCollections::transferbook called at
    C4/RotatingCollections.pm line 451.
    Undefined subroutine &C4::RotatingCollections::GetTransfers called at
    C4/RotatingCollections.pm line 450.
    
    And this warning:
    "my" variable $colId masks earlier declaration in same scope at
    /home/koha/src/rotating_collections/transferCollection.pl line 75.
    
    Test plan:
    Create a rotating collection
    Transfer it to another branch
    It should work with this patch
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 1ef0b3c47168c13c98bc839a2de9ef4d76b44560)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

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

Summary of changes:
 C4/RotatingCollections.pm                  |    4 ++--
 rotating_collections/transferCollection.pl |    3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list