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