diff --git a/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php b/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php index f5f509923747adc9eda732c03dc53dff38fad281..1a89aab9a4154432e32767edddcda6d63d3d91fc 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php +++ b/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php @@ -2449,7 +2449,7 @@ EOT; ? $details['level'] : 'copy'; $itemId = isset($details['item_id']) ? $details['item_id'] : false; $mfhdId = isset($details['holdings_id']) ? $details['holdings_id'] : false; - $comment = $details['comment']; + $comment = isset($details['comment']) ? $details['comment'] : ''; $bibId = $details['id']; // Make Sure Pick Up Location is Valid