mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Change the precision. Should not influence anything.
This commit is contained in:
@@ -155,7 +155,6 @@ class BalanceReportHelper implements BalanceReportHelperInterface
|
||||
if (!is_null($leftEntry->first())) {
|
||||
$left = $leftEntry->first()->sum;
|
||||
}
|
||||
bcscale(2);
|
||||
$diffValue = bcadd($spent, $left);
|
||||
|
||||
// difference:
|
||||
@@ -225,7 +224,6 @@ class BalanceReportHelper implements BalanceReportHelperInterface
|
||||
if (!is_null($leftEntry->first())) {
|
||||
$left = $leftEntry->first()->sum;
|
||||
}
|
||||
bcscale(2);
|
||||
|
||||
// balanced by tags
|
||||
$tagEntry = new BalanceEntry;
|
||||
|
Reference in New Issue
Block a user