diff --git a/themes/fid_bbi/templates/RecordTab/holdingsils.phtml b/themes/fid_bbi/templates/RecordTab/holdingsils.phtml
index 79c012c6f5464d65c6da4342185bd1bce75d89b6..01fcc09d71fa93bd712ad742c079b07fac4bb9f7 100644
--- a/themes/fid_bbi/templates/RecordTab/holdingsils.phtml
+++ b/themes/fid_bbi/templates/RecordTab/holdingsils.phtml
@@ -23,12 +23,7 @@
     <?php else: ?>
         <?php if (!empty(array_filter($urls,
                 function ($elem) {
-                    return !isset($elem['desc']) || in_array(
-                                $elem['desc'],
-                                [
-                                    'Volltext',
-                                ]
-                            );
+                    return !isset($elem['desc']) || strpos($elem['desc'],'Volltext') !== false;
                     }
                 ))):?>
             <?=$this->translate('charges_may_apply')?>