mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-10 13:55:03 +00:00
fix(rgcp): ajout de la répartition de la réduction avec la régul annuelle
This commit is contained in:
parent
405cbea517
commit
f1a1eb5ad2
1 changed files with 7 additions and 0 deletions
|
@ -396,6 +396,13 @@ export const reevaluateRéductionMoisParMois = (
|
|||
)
|
||||
réduction.value = 0
|
||||
}
|
||||
} else {
|
||||
réduction.répartition = getRépartition(
|
||||
dottedName,
|
||||
rémunérationBrute,
|
||||
réduction.value,
|
||||
engine
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue