File tree 1 file changed +2
-2
lines changed
src/main/java/no/nav/familie/integrasjoner/dokarkiv/metadata
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ import org.springframework.stereotype.Component
10
10
@Component
11
11
object BeregnetSamværNotatMetadata : Dokumentmetadata {
12
12
override val journalpostType: JournalpostType = JournalpostType .NOTAT
13
- override val fagsakSystem: Fagsystem = Fagsystem .EF
13
+ override val fagsakSystem: Fagsystem = Fagsystem .IT01
14
14
override val tema: Tema = Tema .ENF
15
15
override val behandlingstema: Behandlingstema = Behandlingstema .Overgangsst ønad
16
16
override val kanal: String? = null
17
17
override val dokumenttype: Dokumenttype = Dokumenttype .BEREGNET_SAMV ÆR_NOTAT
18
- override val tittel: String = " Beregnet samvær "
18
+ override val tittel: String = " Samværsberegning "
19
19
override val brevkode: String? = null
20
20
override val dokumentKategori: Dokumentkategori = Dokumentkategori .IS
21
21
}
You can’t perform that action at this time.
0 commit comments