diff --git a/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php b/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php index 0ac050c23554cea2fe0312022322bf060119a620..6186e88adf9bcebad17a96255814106d702b061c 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php +++ b/module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php @@ -651,7 +651,7 @@ class KohaILSDI extends \VuFind\ILS\Driver\AbstractBase implements $loc = $shelf = ''; $reserves = "N"; - $sql = "select i.itemnumber as ITEMNO, i.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,