diff --git a/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php b/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php
index a5339963ec4027857a6984f9de167f91ff525e8e..2eafb2c98a45aeeb583416ea3d685b05375c29f2 100644
--- a/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php
+++ b/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php
@@ -859,7 +859,6 @@ class KohaILSDI extends \VuFind\ILS\Driver\AbstractBase implements
         $sql = "SELECT distinct biblionumber as id
                 FROM items
                 WHERE itemlost = 0
-                   and stocknumber > 1
                    and dateaccessioned > DATE_ADD(CURRENT_TIMESTAMP,
                       INTERVAL -$daysOld day)
                 ORDER BY dateaccessioned DESC";