From 0722fce685a1bab678a4b63bde05fe532d886545 Mon Sep 17 00:00:00 2001 From: Beatrycze Volk Date: Tue, 25 Jul 2023 16:08:34 +0200 Subject: [PATCH] Update Classes/Common/MetsDocument.php Co-authored-by: Sebastian Meyer --- Classes/Common/MetsDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])) {