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

Lisätään päätöksen hyväksyminen/hylkäys toiselle huoltajalle #6048

Merged
merged 3 commits into from
Dec 10, 2024

Conversation

patari
Copy link
Collaborator

@patari patari commented Nov 28, 2024

Toisen huoltajan pitää asua samassa osoitteessa kuin hakemuksen lapsi.

@patari patari added the enhancement Uusi toiminnallisuus tai parannus label Nov 28, 2024
Copy link
Contributor

@Joosakur Joosakur left a comment

Choose a reason for hiding this comment

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

Kumman kanssa samassa osoitteessa sen kuuluikaan asua, sen lapsen kanssa vaiko sen hakemuksen tekijän kanssa? Itse aattelin et tarkoitettiin jälkimmäistä, mut en kyllä tiedä.

@patari
Copy link
Collaborator Author

patari commented Dec 4, 2024

Kumman kanssa samassa osoitteessa sen kuuluikaan asua, sen lapsen kanssa vaiko sen hakemuksen tekijän kanssa? Itse aattelin et tarkoitettiin jälkimmäistä, mut en kyllä tiedä.

Sovittiin että pitää asua molempien kanssa samassa osoitteessa. Tämä nyt tehty.

Comment on lines +1309 to +1317
(trim(other_guardian.residence_code) != '' AND
trim(child.residence_code) != '' AND
other_guardian.residence_code = child.residence_code) OR
(trim(other_guardian.street_address) != '' AND
trim(child.street_address) != '' AND
trim(other_guardian.postal_code) != '' AND
trim(child.postal_code) != '' AND
lower(other_guardian.street_address) = lower(child.street_address) AND
other_guardian.postal_code = child.postal_code)
Copy link
Contributor

Choose a reason for hiding this comment

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

tähän vois kans tarvii poste restante checkin a1d3970

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Korjattu

Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@patari patari merged commit 670335b into master Dec 10, 2024
30 checks passed
@patari patari deleted the other-guardian-decision-accept-reject branch December 10, 2024 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Uusi toiminnallisuus tai parannus
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants