Skip to content
Snippets Groups Projects
Commit fee62905 authored by David Smadja's avatar David Smadja
Browse files

Fix #361

parent 17830689
No related branches found
No related tags found
No related merge requests found
Pipeline #19832 passed
......@@ -303,9 +303,13 @@ export function setSituationVariableValue(
) {
return false
}
if ((variable.name = "date_naissance")) {
valueByPeriod[year] = value
} else {
valueByPeriod[year - 2] = value
valueByPeriod[year - 1] = value
valueByPeriod[year] = value
}
return true
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment