Skip to content

Commit

Permalink
FIX - varsel med åpnebehandlinger skal nå vise korrekt varsel på barn…
Browse files Browse the repository at this point in the history
…etilsyn.
  • Loading branch information
gunnsteingarmo committed Dec 18, 2024
1 parent 49fb9f6 commit ded15cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const stønadstyperMedÅpenSakNavKlageinstans = (
stønadstyperMedÅpenKlageNavKlageinstans.push(Stønadstype.OVERGANGSSTØNAD);
}
if (klagebehandlinger.barnetilsyn.some(erKlageTilBehandlingNavKlageinstans)) {
stønadstyperMedÅpenKlageNavKlageinstans.push(Stønadstype.SKOLEPENGER);
stønadstyperMedÅpenKlageNavKlageinstans.push(Stønadstype.BARNETILSYN);
}
if (klagebehandlinger.skolepenger.some(erKlageTilBehandlingNavKlageinstans)) {
stønadstyperMedÅpenKlageNavKlageinstans.push(Stønadstype.SKOLEPENGER);
Expand Down

0 comments on commit ded15cc

Please sign in to comment.