diff --git a/Classes/Common/MetsDocument.php b/Classes/Common/MetsDocument.php index 3d96e8ea89..3aae30c782 100644 --- a/Classes/Common/MetsDocument.php +++ b/Classes/Common/MetsDocument.php @@ -336,7 +336,7 @@ protected function getLogicalStructureInfo(\SimpleXMLElement $structure, $recurs // Set volume any year information only if no label is set and this is the toplevel structure element. if ( empty($details['label']) - && $details['id'] == $this->_getToplevelId() + && empty($details['orderlabel']) ) { $metadata = $this->getMetadata($details['id']); if (!empty($metadata['volume'][0])) {