X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=catalogue%2FMARCdetail.pl;h=04900764029f3c7ad7d503592d3da8756ed8422e;hb=07eeb4b187e53a57d0adfd9b34e6441775f6584d;hp=0a2974b1aa3ab9e353d0bb07e500150850c47ca4;hpb=3195d20440eef3f3836a351a87ab50d7087534ec;p=koha_gimpoz diff --git a/catalogue/MARCdetail.pl b/catalogue/MARCdetail.pl index 0a2974b1aa..0490076402 100755 --- a/catalogue/MARCdetail.pl +++ b/catalogue/MARCdetail.pl @@ -83,6 +83,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( ); my $record = GetMarcBiblio($biblionumber); +$template->param( ocoins => GetCOinSBiblio($record) ); if ( not defined $record ) { # biblionumber invalid -> report and exit