Commit b700c39d authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_payroll_l10n_fr: add missing conversion to floating number

parent 14db6c5f
......@@ -347,7 +347,7 @@ if block_id == 'S21.G00.55':
return {}
payment_source_trade = target.getSourceTradeValue()
if kw['establishment'] == target.getSourceSectionValue():
rubric_value_dict['S21.G00.55.001'] = target.AccountingTransactionLine_statSourceDebit()
rubric_value_dict['S21.G00.55.001'] = formatFloat(target.AccountingTransactionLine_statSourceDebit())
else:
rubric_value_dict['S21.G00.55.001'] = formatFloat(0.)
......
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