Skip to content

Commit 1c6fce1

Browse files
author
SergiuPacurariu
committed
#13147 - Phone Number Validation for E-Santé Reports – Remove and Store Non-Numeric Text - changes after review
1 parent 7347daf commit 1c6fce1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sormas-ui/src/main/java/de/symeda/sormas/ui/externalmessage/physiciansreport/AbstractPhysiciansReportProcessingFlow.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ private CompletionStage<ProcessingResult<PersonAndPickOrCreateEntryResult>> pick
6464
ExternalMessageDto externalMessage) {
6565

6666
PersonDto person = previousResult.getPerson();
67-
person.setAdditionalDetails(externalMessage.getAdditionalDetails());
68-
FacadeProvider.getPersonFacade().save(person);
6967
PersonReferenceDto personRef = person.toReference();
7068
List<CaseSelectionDto> similarCases = processingFacade.getSimilarCases(personRef, externalMessage.getDisease());
7169

0 commit comments

Comments
 (0)