Skip to content

Commit 58c3410

Browse files
committed
Always try to set navn for avsenderMottaker.
1 parent 1360d0b commit 58c3410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/no/nav/klage/dokument/clients/joark/JoarkMapper.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class JoarkMapper {
6969
AvsenderMottakerIdType.ORGNR
7070
},
7171
land = null,
72-
navn = null,
72+
navn = avsenderMottaker.navn,
7373
)
7474
} else {
7575
JournalpostAvsenderMottaker(

0 commit comments

Comments
 (0)