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@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@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.