Bug 4330: Wrong address for Free Software Foundation
[koha_fer] / opac / opac-detail.pl
index d3c7e2a..e2fb069 100755 (executable)
@@ -599,7 +599,7 @@ $template->param(
 
 # COinS format FIXME: for books Only
 $template->param(
-    ocoins => GetCOinSBiblio($biblionumber),
+    ocoins => GetCOinSBiblio($record),
 );
 
 my $libravatar_enabled = 0;