mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 05:06:37 +00:00
Ignoring eclipse specific files
This commit is contained in:
@@ -20,7 +20,7 @@ class AmountComma extends BasicConverter implements ConverterInterface
|
||||
$value = str_replace(',', '.', $this->value);
|
||||
|
||||
if (is_numeric($value)) {
|
||||
return floatval($value);
|
||||
return $value;
|
||||
}
|
||||
|
||||
return '0';
|
||||
|
||||
Reference in New Issue
Block a user