Skip to content

Commit

Permalink
F - Legger til enum på basertpaa under vedtak
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel.skarpas@nav.no
  • Loading branch information
MariamPervez committed Nov 18, 2024
1 parent 4060c5f commit 7254325
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ data class VedtakItem(
val resultat: String? = null,
val beregning: List<BeregningItem>? = null,
val avslagbegrunnelse: List<AvslagbegrunnelseItem>? = null,
val basertPaa: String? = null,
val basertPaa: BasertPaa? = null,
val artikkel: String? = null,
val basertPaaAnnen: String? = null,
val delvisstans: DelvisstansItem? = null, //2021.09.06, lagt inn grunnet mapping
Expand Down
4 changes: 2 additions & 2 deletions src/test/resources/sed/P6000-NAV.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"valuta": "ISK"
}
],
"basertPaa": "02",
"basertPaa": "basert_på_arbeid",
"virkningsdato": "2020-10-01",
"artikkel": "02",
"type": "02",
Expand Down Expand Up @@ -248,7 +248,7 @@
}
},
"virkningsdato": "2030-10-01",
"basertPaa": "01"
"basertPaa": "basert_på_botid"
}
],
"tilleggsinformasjon": {
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/sed/P6000-RINA.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"utbetalingshyppighet": "aarlig"
}
],
"basertPaa": "01",
"basertPaa": "basert_på_botid",
"delvisstans": {
"utbetaling": {
"begrunnelse": "æøå",
Expand Down

0 comments on commit 7254325

Please sign in to comment.