diff --git a/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php b/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php
index 2776e5dd856dc250177581a114db3ccb4d50e4ff..1e3f82a19ffb08a895cf8301768d37e3eb3fe530 100644
--- a/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php
+++ b/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php
@@ -652,7 +652,7 @@ class KohaILSDI extends \VuFind\ILS\Driver\AbstractBase implements
         $reserves = "N";
 
         $sql = "select i.itemnumber as ITEMNO, i.location,
-            COALESCE(av.lib_opac,av.lib, av.authorised_value) AS LOCATION,
+            COALESCE(av.lib_opac,av.lib,av.authorised_value,i.location) 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,