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

(-)a/catalogue/MARCdetail.pl (-2 / +1 lines)
Lines 82-88 my ( $template, $loggedinuser, $cookie ) = get_template_and_user( Link Here
82
    }
82
    }
83
);
83
);
84
84
85
my $record = GetMarcBiblio($biblionumber);
85
my $record = GetMarcBiblio($biblionumber, 1);
86
$template->param( ocoins => GetCOinSBiblio($record) );
86
$template->param( ocoins => GetCOinSBiblio($record) );
87
87
88
if ( not defined $record ) {
88
if ( not defined $record ) {
89
- 

Return to bug 8481