From 5f16387fe29fc56d51589cb525870d354e5e1ad9 Mon Sep 17 00:00:00 2001 From: Mael Date: Wed, 20 Jun 2018 09:43:23 +0200 Subject: [PATCH] =?UTF-8?q?:bug:=20R=C3=A9paration=20de=20la=20r=C3=A9part?= =?UTF-8?q?ition=20de=20la=20CSG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/ResultView/selectors.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/components/ResultView/selectors.js b/source/components/ResultView/selectors.js index 2382d422f..e7466b9b8 100644 --- a/source/components/ResultView/selectors.js +++ b/source/components/ResultView/selectors.js @@ -281,10 +281,12 @@ const répartition = (ficheDePaie: FicheDePaie): Répartition => { rawRépartition[branche] = { partPatronale: rawRépartition[branche].partPatronale + - (CSG.montant.partPatronale * REPARTITION_CSG[branche]) / 100, + (CSG.montant.partPatronale * (REPARTITION_CSG[branche] / (9.2 / 100))) / + 100, partSalariale: rawRépartition[branche].partSalariale + - (CSG.montant.partSalariale * REPARTITION_CSG[branche]) / 100 + (CSG.montant.partSalariale * (REPARTITION_CSG[branche] / (9.2 / 100))) / + 100 } } return {