mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-31 18:54:58 +00:00
Fix some routes for the budget report.
This commit is contained in:
@@ -211,7 +211,6 @@ class BillRepository implements BillRepositoryInterface
|
||||
$sum = bcadd($sum, $amount);
|
||||
Log::debug(sprintf('Total > 0, so add to sum %f, which becomes %f', $amount, $sum));
|
||||
}
|
||||
Log::debug('---');
|
||||
}
|
||||
|
||||
return $sum;
|
||||
@@ -245,7 +244,6 @@ class BillRepository implements BillRepositoryInterface
|
||||
$sum = bcadd($sum, $multi);
|
||||
Log::debug(sprintf('Total > 0, so add to sum %f, which becomes %f', $multi, $sum));
|
||||
}
|
||||
Log::debug('---');
|
||||
}
|
||||
|
||||
return $sum;
|
||||
|
||||
Reference in New Issue
Block a user