diff --git a/module/finc/src/finc/ILS/Driver/DAIA.php b/module/finc/src/finc/ILS/Driver/DAIA.php
index 40b846fed825fd2c69819294d6397c02481c175d..bc1506f78b88f2ea64ea84a19f13ef688eee73e2 100644
--- a/module/finc/src/finc/ILS/Driver/DAIA.php
+++ b/module/finc/src/finc/ILS/Driver/DAIA.php
@@ -568,7 +568,7 @@ class DAIA extends \VuFind\ILS\Driver\AbstractBase implements HttpServiceAwareIn
                     $result_item["callnumber"] = "Unknown";
                 }
                 // get location
-                if (isset($item["storage"])) {
+                if (isset($item["storage"]["content"])) {
                     $result_item["location"] = $item["storage"]["content"];
                 } else {
                     $result_item["location"] = "Unknown";