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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/