Skip to content

Commit

Permalink
fix preactitioner user
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 committed Sep 12, 2024
1 parent 314198d commit e52a51b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public Bundle createLabBundle(Task task) {
practitionerService.get(config.getLisUserUuid());
} catch (ResourceNotFoundException e) {
labResources
.add(practitionerService.get(FhirUtils.referenceToId(task.getOwner().getReference()).get()));
.add(practitionerService.get(FhirUtils.referenceToId(task.getOwner().getReference()).get()).setActive(true));
}
}
for (IBaseResource r : labResources) {
Expand Down

0 comments on commit e52a51b

Please sign in to comment.