mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-30 02:52:22 +08:00
Fix #478 - Remove unneeded formatter from Currency Mapper
This commit is contained in:
parent
d7880e064a
commit
773425c14e
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ class CurrencyMapper implements TypeMapperInterface
|
||||||
|
|
||||||
$value = $bean->$name;
|
$value = $bean->$name;
|
||||||
|
|
||||||
$value = format_number($value);
|
|
||||||
$container[$newName] = "$value";
|
$container[$newName] = "$value";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue