1
0
Fork 0
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:
Alice Dahan 2025-01-21 16:55:45 +01:00 committed by liliced
parent 405cbea517
commit f1a1eb5ad2

View file

@ -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
)
}
}