diff --git a/themes/fid_bbi/templates/RecordDriver/DefaultRecord/core.phtml b/themes/fid_bbi/templates/RecordDriver/DefaultRecord/core.phtml
index dd532bdbd710a11e04632e8ab1c2e45d7d4abfbf..8eb95b0b49923a7d31a595f4f50496294b4a4990 100644
--- a/themes/fid_bbi/templates/RecordDriver/DefaultRecord/core.phtml
+++ b/themes/fid_bbi/templates/RecordDriver/DefaultRecord/core.phtml
@@ -67,7 +67,7 @@
       <li>
         <a class="link-with-icon" href="#TODO">
           <?=$this->icon('small/arrow-right')?>
-          TODO
+          <?=$this->context($this)->renderInContext('RecordTab/holdingsils.phtml',[])?>
         </a>
       </li>
     </ul>
diff --git a/themes/fid_bbi/templates/RecordTab/worldcat.phtml b/themes/fid_bbi/templates/RecordTab/worldcat.phtml
index c785f556a8f0792fb8005f1e60cd0735897962b0..09032d3971db4e6b8915efc3ffdcbb91aeca0130 100644
--- a/themes/fid_bbi/templates/RecordTab/worldcat.phtml
+++ b/themes/fid_bbi/templates/RecordTab/worldcat.phtml
@@ -17,7 +17,6 @@
 JS;
 ?>
 <!-- renders holdingstab contents here until we know exactly how it shall be designed -->
-<?=$this->context($this)->renderInContext('RecordTab/holdingsils.phtml',[])?>
 <?=$this->inlineScript(\Zend\View\Helper\HeadScript::SCRIPT, $script, 'SET');?>
 <div class="worldcat-headline" style="display: none"><?=$this->translate('worldcat_availability')?></div>
 <div class="worldcat-data"></div>