Commit e0a1d1b4 authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_payroll_l10n_fr: add missing float formating in DSN generation

parent c7117afa
......@@ -170,7 +170,7 @@ if block_id == 'S21.G00.20':
# Establishment pays for itself
rubric_value_dict['S21.G00.20.003'] = ''.join(bank_account.getBicCode().split(' '))
rubric_value_dict['S21.G00.20.004'] = ''.join(bank_account.getIban().split(' '))
rubric_value_dict['S21.G00.20.005'] = amount
rubric_value_dict['S21.G00.20.005'] = formatFloat(amount)
rubric_value_dict['S21.G00.20.010'] = payment_mode.getCodification()
if payment_source_trade is not None and payment_source_trade != payment_source_section:
# Establishment pays also for another one
......
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