Skip to content

Commit

Permalink
Adjust to new contract in kabal-json-to-pdf.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvind-wedoe committed Feb 13, 2025
1 parent ad0e101 commit 953ac0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ data class SvarbrevRequest(
val title: String,
val sakenGjelder: Part,
val klager: Part?,
val ytelsenavn: String,
val ytelseId: String,
val fullmektigFritekst: String?,
val receivedDate: LocalDate,
val behandlingstidUnits: Int,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class KabalJsonToPdfService(
fnr = klagerIdentifikator,
)
} else null,
ytelsenavn = ytelse.navn,
ytelseId = ytelse.id,
fullmektigFritekst = svarbrev.fullmektigFritekst,
receivedDate = mottattKlageinstans,
behandlingstidUnits = svarbrev.varsletBehandlingstidUnits,
Expand Down

0 comments on commit 953ac0d

Please sign in to comment.