Bug 8836 [Template follow-up] Resurrect Rotating Collections
[koha.git] / C4 / RotatingCollections.pm
index 12d835d..b6152a8 100644 (file)
@@ -247,6 +247,7 @@ sub GetItemsInCollection {
     my $sth = $dbh->prepare(
         "SELECT
                              biblio.title,
+                             biblio.biblionumber,
                              items.itemcallnumber,
                              items.barcode
                            FROM collections, collections_tracking, items, biblio