|
@@ -81,6 +81,7 @@ public class RetrievalFacade {
|
|
|
}
|
|
|
retrievalDTO.setLibTypeId(conceptRetrievalDTO.getLibTypeId());
|
|
|
retrievalDTO.setLibTypeName(conceptRetrievalDTO.getLibTypeName());
|
|
|
+ retrievalDTO.setType(conceptRetrievalDTO.getType());
|
|
|
retrievalDTO.setShowType(conceptRetrievalDTO.getShowType());
|
|
|
retrievalDTOS.add(retrievalDTO);
|
|
|
}
|