Commit 8f136d4e authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_payroll_l10n_fr: fix CTP value (900T instead of 900D)

parent ac116e56
...@@ -62,7 +62,7 @@ def makeCTPBlock(movement, category): ...@@ -62,7 +62,7 @@ def makeCTPBlock(movement, category):
'code': category, 'code': category,
'corporate_registration_code': movement.getSourceSectionValue(), 'corporate_registration_code': movement.getSourceSectionValue(),
'cap': ('921' if category[-1] == 'P' else '920'), 'cap': ('921' if category[-1] == 'P' else '920'),
'rate': (abs(getattr(movement, 'employer_price') * 100) if category in ('100A', '900D', '901D', '863A', '734A') else ''), 'rate': (abs(getattr(movement, 'employer_price') * 100) if category in ('100A', '900T', '901D', '863A', '734A') else ''),
'base': movement.base, 'base': movement.base,
'quantity': quantity, 'quantity': quantity,
'zip_code': (INSEE_CODE if category == '900T' else ''), 'zip_code': (INSEE_CODE if category == '900T' else ''),
......
...@@ -103,6 +103,7 @@ S21.G00.23.002,'921' ...@@ -103,6 +103,7 @@ S21.G00.23.002,'921'
S21.G00.23.004,'8505.00' S21.G00.23.004,'8505.00'
S21.G00.23.001,'900' S21.G00.23.001,'900'
S21.G00.23.002,'920' S21.G00.23.002,'920'
S21.G00.23.003,'2.00'
S21.G00.23.004,'9163.00' S21.G00.23.004,'9163.00'
S21.G00.23.006,'59378' S21.G00.23.006,'59378'
S21.G00.23.001,'430' S21.G00.23.001,'430'
...@@ -518,5 +519,5 @@ S21.G00.60.007,'NL81ABNA0880623884' ...@@ -518,5 +519,5 @@ S21.G00.60.007,'NL81ABNA0880623884'
S21.G00.60.008,'FAKEBICCODE' S21.G00.60.008,'FAKEBICCODE'
S21.G00.60.010,'19012015' S21.G00.60.010,'19012015'
S21.G00.60.011,'01' S21.G00.60.011,'01'
S90.G00.90.001,'522' S90.G00.90.001,'523'
S90.G00.90.002,'2' S90.G00.90.002,'2'
\ 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