Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Update src/main/java/org/isf/lab/rest/LaboratoryController.java
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Domanico <[email protected]>
  • Loading branch information
ArnaudFonzam and mwithi authored Dec 15, 2023
1 parent 355f27d commit 285e4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/isf/lab/rest/LaboratoryController.java
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public ResponseEntity<Boolean> updateLaboratory(@PathVariable Integer code,
labRows = new ArrayList<>(labRow);
}
if (!laboratoryDTO.getResult().isEmpty()) {
labToInsert.setStatus(LaboratoryStatus.done.toString());
labToInsert.setStatus(DONE);
}

try {
Expand Down

0 comments on commit 285e4e5

Please sign in to comment.