diff --git a/module/VuFind/src/VuFind/ILS/Driver/Aleph.php b/module/VuFind/src/VuFind/ILS/Driver/Aleph.php index bbaf2c78b0d968a138a6cec33fae4c2f6274b434..32b6254abdf3f8a8daebc6664110cb6466cad753 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Aleph.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Aleph.php @@ -1076,7 +1076,7 @@ class Aleph extends AbstractBase implements \Zend\Log\LoggerAwareInterface, ], null, 'POST', null ); - $due = (string)$xml->xpath('//new-due-date'); + $due = (string)current($xml->xpath('//new-due-date')); $result[$id] = [ 'success' => true, 'new_date' => $this->parseDate($due) ];