Converting lead gives an issue

Hi all,

I hope someone can help me out with this issue. I have set some fields in a lead for values but when I convert the lead. The same field is updated but the input is times 1 million.

For example:

LEAD: input_field 10
Convert
Contact: input_field 10.000.000

Please help me with this.

Can you share following files.

cache/modules/Leadvardefs.php
cache/modules/Contactvardefs.php

what are the field Names in respective modules?

Hi,

Sorry for my late respons. Isn’t there a way to fix this issue within a currency file? Otherwise I have to change this every time I make an new field.

I can’t upload the file here. But I will provide the code.

‘kapitaal_c’ =>
array (
‘inline_edit’ => ‘1’,
‘labelValue’ => ‘kapitaal’,
‘required’ => false,
‘source’ => ‘custom_fields’,
‘name’ => ‘kapitaal_c’,
‘vname’ => ‘LBL_KAPITAAL’,
‘type’ => ‘currency’,
‘massupdate’ => ‘0’,
‘default’ => ‘0’,
‘no_default’ => false,
‘comments’ => ‘’,
‘help’ => ‘’,
‘importable’ => ‘true’,
‘duplicate_merge’ => ‘disabled’,
‘duplicate_merge_dom_value’ => ‘0’,
‘audited’ => false,
‘reportable’ => true,
‘unified_search’ => false,
‘merge_filter’ => ‘disabled’,
‘len’ => ‘26’,
‘size’ => ‘20’,
‘enable_range_search’ => false,
‘precision’ => 6,
‘id’ => ‘Leadskapitaal_c’,
‘custom_module’ => ‘Leads’,

Hope you can help me out.