Commit f83d80fa authored by Kevin Deldycke's avatar Kevin Deldycke

Fix employer rate for non-executive

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10949 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 259726c0
......@@ -194,7 +194,7 @@ if executive:\n
employer_rate = None\n
employee_rate = 0.85\n
else:\n
employer_rate = 13.10\n
employer_rate = 12.80\n
employee_rate = 0.75\n
kw[\'sickness_insurance/salaire_brut\'] = \\\n
{ \'employer_share\': employer_rate\n
......
104
\ No newline at end of file
106
\ No newline at end of file
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