[Koha-bugs] [Bug 31526] New: Diff view on manage staged imports page is broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 7 11:16:08 CEST 2022


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

            Bug ID: 31526
           Summary: Diff view on manage staged imports page is broken
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Keywords: regression
          Severity: major
          Priority: P5 - low
         Component: MARC Bibliographic data support
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: katrin.fischer at bsz-bw.de
        QA Contact: testopia at bugs.koha-community.org

After importing a record that matched with an existing record, the Diff link is
visible in the table of imported records. Clicking on it gives an error:

Not a CODE reference at /kohadevbox/koha/tools/showdiffmarc.pl line 65

    in (eval) at /kohadevbox/koha/tools/showdiffmarc.pl line 65

       62: 
       63: if ( $type eq 'biblio' ) {
       64:     my $biblio = Koha::Biblios->find( $recordid );
       65:     $record = $biblio->metadata->record->({ embed_items => 1 });
       66:     $recordTitle = $biblio->title;
       67: }
       68: elsif ( $type eq 'auth' ) {

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


More information about the Koha-bugs mailing list