diff --git a/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php b/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php
index 13281a08a4c33148d33f932de8fba90b7b9037ff..62ffeb1000ae7af93b36d19cbdfa514351f20d28 100644
--- a/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php
+++ b/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php
@@ -651,7 +651,8 @@ class KohaILSDI extends \VuFind\ILS\Driver\AbstractBase implements
         $loc = $shelf = '';
         $reserves = "N";
 
-        $sql = "select i.itemnumber as ITEMNO, i.location, av.lib_opac AS LOCATION,
+        $sql = "select i.itemnumber as ITEMNO, i.location, 
+            COALESCE(av.lib_opac,av.lib, av.authorised_value) AS LOCATION,
             i.holdingbranch as HLDBRNCH, i.homebranch as HOMEBRANCH,
             i.reserves as RESERVES, i.itemcallnumber as CALLNO, i.barcode as BARCODE,
             i.copynumber as COPYNO, i.notforloan as NOTFORLOAN,