From 075cfc7aa379c52ee38be0d6852239b94b482b86 Mon Sep 17 00:00:00 2001 From: Mael Date: Wed, 5 Sep 2018 10:30:37 +0200 Subject: [PATCH] =?UTF-8?q?Imp=C3=B4t=20n=C3=A9gatif=20sur=20la=20fiche=20?= =?UTF-8?q?de=20paie,=20r=C3=A9ordonnancement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/PaySlip.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/components/PaySlip.js b/source/components/PaySlip.js index 4d5d61388..2d61519e4 100644 --- a/source/components/PaySlip.js +++ b/source/components/PaySlip.js @@ -118,6 +118,9 @@ const PaySlip = ({

Salaire net

+ {/* Salaire net imposable */} + + {salaireNetImposable.montant} {/* Salaire net */} {salaireNetDeCotisations.montant} @@ -133,11 +136,8 @@ const PaySlip = ({ ) : null} - {/* Salaire net imposable */} - - {salaireNetImposable.montant} - {impôt.montant} + {-impôt.montant} {salaireNetAprèsImpôt.montant}