mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 06:01:21 +00:00
Each CSV converter can set the certainty of their conversion.
This commit is contained in:
@@ -56,6 +56,8 @@ class Amount extends BasicConverter implements ConverterInterface
|
||||
$value = str_replace($search, '', $value);
|
||||
}
|
||||
|
||||
$this->setCertainty(90);
|
||||
|
||||
|
||||
return round(floatval($value), 4);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user