Bug 12537: Don't retrieve XISBN results for the same biblionumber
[koha-equinox.git] / opac / opac-detail.pl
index 7767bfa..8f044f5 100755 (executable)
@@ -918,7 +918,7 @@ if (C4::Context->preference("virtualshelves") ) {
 if (C4::Context->preference("OPACFRBRizeEditions")==1) {
     eval {
         $template->param(
-            XISBNS => scalar get_xisbns($isbn)
+            XISBNS => scalar get_xisbns($isbn, $biblionumber)
         );
     };
     if ($@) { warn "XISBN Failed $@"; }