Commit d12675f0 by Damien Moulard

comment

parent 9ea86c09
...@@ -252,7 +252,7 @@ class TAVCotisationUtils ...@@ -252,7 +252,7 @@ class TAVCotisationUtils
// Calculation // Calculation
$mlcAllowanceAmount = $this->getCalculatedHouseholdAllowanceValue($adherent); $mlcAllowanceAmount = $this->getCalculatedHouseholdAllowanceValue($adherent);
// Null return in case of missing necessary param: exit // Null returned in case of missing necessary param: exit
if ($mlcAllowanceAmount === null) { if ($mlcAllowanceAmount === null) {
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment