Skip to content

Commit

Permalink
Sender med journalpostId når oppgave skal opprettes.
Browse files Browse the repository at this point in the history
  • Loading branch information
frodeli committed Oct 9, 2024
1 parent 2152b80 commit 9da69b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ class OppdaterOppgaveService(private val connection: DBConnection) {
return OppgaveDto(
saksnummer = this.saksnummer,
behandlingRef = this.referanse,
journalpostId = this.journalpostId,
behandlingOpprettet = this.opprettetTidspunkt,
avklaringsbehovKode = avklaringsbehovKode.kode,
behandlingstype = behandlingstype,
Expand Down

0 comments on commit 9da69b3

Please sign in to comment.