diff --git a/src/main/java/org/folio/circulation/storage/mappers/ItemMapper.java b/src/main/java/org/folio/circulation/storage/mappers/ItemMapper.java index 5f7e32966c..aa56840d65 100644 --- a/src/main/java/org/folio/circulation/storage/mappers/ItemMapper.java +++ b/src/main/java/org/folio/circulation/storage/mappers/ItemMapper.java @@ -41,7 +41,6 @@ private ItemDescription getDescription(JsonObject representation) { getProperty(representation, "copyNumber"), getProperty(representation, "volume"), getProperty(representation, "chronology"), - getProperty(representation, "displaySummary"), getProperty(representation, "numberOfPieces"), getProperty(representation, "descriptionOfPieces"), getProperty(representation, "displaySummary"),