Commit 4ff40a9e authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_payroll: add a new CTP in a list of exceptions

parent 6b506c40
......@@ -62,7 +62,7 @@ def makeCTPBlock(movement, category):
'code': category,
'corporate_registration_code': movement.getSourceSectionValue(),
'cap': ('921' if category[-1] == 'P' else '920'),
'rate': (abs(getattr(movement, 'employer_price') * 100) if category in ('100A', '900D', '901D', '863A') else ''),
'rate': (abs(getattr(movement, 'employer_price') * 100) if category in ('100A', '900D', '901D', '863A', '734A') else ''),
'base': movement.base,
'quantity': quantity,
'zip_code': (INSEE_CODE if category == '900T' else ''),
......
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