https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18927

Lee Jamison <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #66823|0                           |1
        is obsolete|                            |

--- Comment #5 from Lee Jamison <[email protected]> ---
Created attachment 66850
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66850&action=edit
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 <[email protected]>
Script works correctly after patch is applied.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to