[Koha-bugs] [Bug 17816] New: Useless call to GetBibioData in bulkmarcimport.pl(?)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 27 13:46:28 CET 2016


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

            Bug ID: 17816
           Summary: Useless call to GetBibioData in bulkmarcimport.pl(?)
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Command-line Utilities
          Assignee: gmcharlt at gmail.com
          Reporter: glasklas at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: robin at catalyst.net.nz

This call to GetBibioData seems without purpose:
https://github.com/Koha-Community/Koha/blob/2fe2ef41bd8bf2f142597e39f493edbdbf75c8a3/misc/migration_tools/bulkmarcimport.pl#L418

$biblioitemnumber is either overwritten on the lines below, or update/create
failed/was skipped and the later AddItemBatchFromMarc will fail anyways.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list