View | Details | Raw Unified | Return to bug 31526
Collapse All | Expand All

(-)a/tools/showdiffmarc.pl (-2 / +1 lines)
Lines 62-68 my ( $template, $loggedinuser, $cookie ) = get_template_and_user( Link Here
62
62
63
if ( $type eq 'biblio' ) {
63
if ( $type eq 'biblio' ) {
64
    my $biblio = Koha::Biblios->find( $recordid );
64
    my $biblio = Koha::Biblios->find( $recordid );
65
    $record = $biblio->metadata->record->({ embed_items => 1 });
65
    $record = $biblio->metadata->record({ embed_items => 1 });
66
    $recordTitle = $biblio->title;
66
    $recordTitle = $biblio->title;
67
}
67
}
68
elsif ( $type eq 'auth' ) {
68
elsif ( $type eq 'auth' ) {
69
- 

Return to bug 31526