mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-03-03 02:57:01 +00:00
Improve parsing of floats for Imports
This commit is contained in:
@@ -347,7 +347,7 @@ class BaseTransformer
|
||||
*/
|
||||
public function getFloat($data, $field)
|
||||
{
|
||||
if (array_key_exists($field, $data)) {\
|
||||
if (array_key_exists($field, $data)) {
|
||||
return $this->parseStringToFloat($data, $field);
|
||||
// return Number::parseFloat($data[$field]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user