mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Updated various files for #506
This commit is contained in:
@@ -506,7 +506,7 @@ class ExpandedForm
|
||||
|
||||
// make sure value is formatted nicely:
|
||||
if (!is_null($value) && $value !== '') {
|
||||
$value = round($value, 2);
|
||||
$value = round($value, $defaultCurrency->decimal_places);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user