Skip to content

Commit

Permalink
Opprett logikk for nye brevperiodetyper (#3989)
Browse files Browse the repository at this point in the history
Vi skal ha mellomrom etter tom
  • Loading branch information
UyQuangNguyen authored Sep 21, 2023
1 parent 110ba92 commit 751bbf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class BrevPeriodeGenerator(

fom = if (skalBrukeNyBegrunnelseLogikk) this.hentFomTekst() else this.hentFomTekstGammel(),
tom = when {
minimertVedtaksperiode.type == Vedtaksperiodetype.AVSLAG && skalBrukeNyBegrunnelseLogikk -> "til og med $tomDato"
minimertVedtaksperiode.type == Vedtaksperiodetype.AVSLAG && skalBrukeNyBegrunnelseLogikk -> "til og med $tomDato "
minimertVedtaksperiode.type == Vedtaksperiodetype.FORTSATT_INNVILGET -> ""
tomDato.isNullOrBlank() -> ""
brevPeriodeType == BrevPeriodeType.INNVILGELSE_INGEN_UTBETALING -> " til $tomDato"
Expand Down

0 comments on commit 751bbf1

Please sign in to comment.