Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endepunkt for uttrekk av alle pensjonstrygdet-verdier til pensjon #415

Merged
merged 3 commits into from
Nov 9, 2023

Conversation

tnarland
Copy link
Contributor

@tnarland tnarland commented Nov 9, 2023

Får med dette fødselsdato-delen av fnr ut i riktig rekkefølge.

Returnerer resultatet ubearbeidet for å slippe å risikere overbelastning av minnet. Testet OK i Preprod

@tnarland tnarland requested a review from a team as a code owner November 9, 2023 11:36
ELSE 'Ukjent'
END as pensjonstrygdet
FROM Person p
WHERE substring(p.fnr, 5, 1) NOT IN ('8','9')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FoedselsNr-implementasjonen støtter ikke personer med "FH"-nummer, så måtte legge til dette filteret

@tnarland tnarland merged commit a11cad0 into main Nov 9, 2023
2 checks passed
@tnarland tnarland deleted the uttrekk_pensjonstrygdet branch November 9, 2023 12:20
tnarland added a commit that referenced this pull request Nov 9, 2023
tnarland added a commit that referenced this pull request Nov 10, 2023
…sjon" (#416)

* Revert "Endepunkt for uttrekk av alle pensjonstrygdet-verdier til pensjon (#415)"

This reverts commit a11cad0.

* Update src/main/kotlin/no/nav/familie/ba/infotrygd/model/dl1/Person.kt

Beholder pensjonstrygdet nullable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants