[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.03-44-g1a50b44

Git repo owner gitmaster at git.koha-community.org
Tue Sep 12 16:58:22 CEST 2017


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, 17.05.x has been updated
       via  1a50b447d3d58b40d8f84e7c264f01abcb42a826 (commit)
      from  111ab4e63257410bf7ca34e80e46675603072c36 (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 1a50b447d3d58b40d8f84e7c264f01abcb42a826
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Sep 4 12:06:56 2017 -0300

    Bug 18927: Use fully qualified subroutine names in C4::Items
    
    rebuild_zebra.pl fails in some conditions (perl version?)
    I do not recreate but it has been reported that reindex fails with:
      error retrieving biblio 94540 at /usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 683, <DATA> line 751.
    
    To fix it we can use fully qualified subroutine names for:
      GetMarcFromKohaField
      GetMarcBiblio
      GetBiblionumberFromItemnumber
      TransformKohaToMarc
      GetFrameworkCode
    
    Test plan:
    Confirm the rebuild_zebra script still works correctly after this patch
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 2671eb2f93340e8fb3c794cff918d86c526cc47f)

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

Summary of changes:
 C4/Items.pm                           |   30 +++++++++++++++---------------
 misc/migration_tools/rebuild_zebra.pl |    8 ++++----
 2 files changed, 19 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list