-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
6472 Erendringsvedtak justering (#633)
Ser tilsynelatende ut som om vi alltid svarer på spørsmålet: "**Er dette et opprinnelig vedtak?**", men at man svarer på ulikt felt avhengig av om det er et opprinnelig vedtak eller ikke. - Er svaret **JA** (det er opprinnelig vedtak) setter man `eropprinneligvedtak` = "ja", og `erendringsvedtak` forblir default null. - Er svaret **NEI** (det er endringsvedtak) setter man `erendringsvedtak` = "nei", og `eropprinneligvedtak` forblir default null. Da gir det også meningen at `eropprinneligvedtak` kun kan være "ja" og null, mens `erendringsvedtak` kun kan være "nei" og null. Testet med manuell deploy til Q2 og får ønsket resultat både for endring og opprinnelig vedtak. https://jira.adeo.no/browse/MELOSYS-6472
- Loading branch information
1 parent
cab5715
commit c0f10cd
Showing
4 changed files
with
73 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters