mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-17 20:08:52 +00:00
Change the precision. Should not influence anything.
This commit is contained in:
@@ -44,7 +44,6 @@ class AccountReportHelper implements AccountReportHelperInterface
|
||||
$yesterday = clone $start;
|
||||
$yesterday->subDay();
|
||||
|
||||
bcscale(2);
|
||||
|
||||
// get balances for start.
|
||||
$startSet = Account::leftJoin('transactions', 'transactions.account_id', '=', 'accounts.id')
|
||||
|
||||
Reference in New Issue
Block a user