Skip to content

Commit

Permalink
Fikser invertert logikk (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
hconhegg authored Oct 8, 2024
1 parent f588d05 commit f675dce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2192,7 +2192,7 @@ object EndretUfoeretrygdPGAInntektLegacy : AutobrevTemplate<EndretUfoeretrygdPGA
includePhrase(Felles.RettTilInnsynPesys)
includePhrase(Ufoeretrygd.SjekkUtbetalingene)
includePhrase(Ufoeretrygd.Skattekort)
includePhrase(Ufoeretrygd.SkattForDegSomBorIUtlandet(pe.grunnlag_persongrunnlagsliste_personbostedsland().notEqualTo("nor") and pe.grunnlag_persongrunnlagsliste_personbostedsland().notEqualTo("")))
includePhrase(Ufoeretrygd.SkattForDegSomBorIUtlandet(pe.grunnlag_persongrunnlagsliste_personbostedsland().equalTo("nor") or pe.grunnlag_persongrunnlagsliste_personbostedsland().equalTo("")))
includePhrase(Ufoeretrygd.HarDuSpoersmaalUfoeretrygd)
}

Expand Down

0 comments on commit f675dce

Please sign in to comment.