Skip to content

Commit

Permalink
Vi fikser TOM ved ingen utbetaling (#3996)
Browse files Browse the repository at this point in the history
Vi fikser TOM ved ingen utbetaling, ref standup.
  • Loading branch information
UyQuangNguyen authored Sep 22, 2023
1 parent 801f300 commit 3c67f65
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ class BrevPeriodeGenerator(
minimertVedtaksperiode.type == Vedtaksperiodetype.AVSLAG && skalBrukeNyBegrunnelseLogikk -> "til og med $tomDato "
minimertVedtaksperiode.type == Vedtaksperiodetype.FORTSATT_INNVILGET -> ""
tomDato.isNullOrBlank() -> ""
brevPeriodeType == BrevPeriodeType.INGEN_UTBETALING -> ""
brevPeriodeType == BrevPeriodeType.INNVILGELSE_INGEN_UTBETALING -> " til $tomDato"
else -> "til $tomDato "
},
Expand Down

0 comments on commit 3c67f65

Please sign in to comment.