Skip to content

Commit

Permalink
behandlingen
Browse files Browse the repository at this point in the history
  • Loading branch information
palfi committed Jan 8, 2025
1 parent 13c9887 commit bdd9cb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ private void opprettHistorikkinnslagForManueltGjenopptakelse(Behandling behandli
.medAktør(HistorikkAktør.SAKSBEHANDLER)
.medFagsakId(behandling.getFagsakId())
.medBehandlingId(behandling.getId())
.medTittel("Behandling er gjenopptatt")
.medTittel("Behandlingen er gjenopptatt")
.build();
historikkRepository.lagre(historikkinnslag);
}
Expand Down

0 comments on commit bdd9cb0

Please sign in to comment.