[Koha-bugs] [Bug 13762] New: biblionumber field and subfield can be called once in authorities merge

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 25 18:23:11 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13762

            Bug ID: 13762
           Summary: biblionumber field and subfield can be called once in
                    authorities merge
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Cataloging
          Assignee: gmcharlt at gmail.com
          Reporter: fridolyn.somers at biblibre.com
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl

In AuthoritiesMarc::merge, the call of
  GetMarcFromKohaField( "biblio.biblionumber", '' )
is into several foreach loops.
This call can be extracted to be executed only once.
Also, the biblionumber of each record can be stored in @reccache to avoid
finding it twice.

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


More information about the Koha-bugs mailing list