mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Fix rounding. [skip ci]
This commit is contained in:
@@ -89,7 +89,7 @@ class PiggyBankRepetition extends Model
|
|||||||
*/
|
*/
|
||||||
public function setCurrentamountAttribute($value)
|
public function setCurrentamountAttribute($value)
|
||||||
{
|
{
|
||||||
$this->attributes['currentamount'] = strval(round($value, 2));
|
$this->attributes['currentamount'] = strval(round($value, 12));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user