Skip to content

Commit

Permalink
chore: updating document in dokarkiv
Browse files Browse the repository at this point in the history
Co-authored-by: Natalie Uranes <[email protected]>
  • Loading branch information
jaflaten and nuranes committed Dec 5, 2024
1 parent 410ef1a commit 824dc51
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ class FerdigstillingService(

oppgaveClient.ferdigstillOppgave(oppgave.oppgaveId.toString(), oppgave.sykmeldingId)

dokumentService.updateDocumentTitle(
oppgaveId = oppgave.oppgaveId.toString(),
dokumentInfoId = oppgave.dokumentInfoId,
dokarkivClient.updateDocument(
journalpostid = oppgave.journalpostId,
documentId = oppgave.dokumentInfoId,
tittel = createTitleNasjonal(oppgave.papirSmRegistrering.perioder, true),
)
}
Expand Down

0 comments on commit 824dc51

Please sign in to comment.