mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Cleanup [skip ci]
This commit is contained in:
@@ -250,7 +250,8 @@ class BudgetRepository implements BudgetRepositoryInterface
|
||||
->before($end)
|
||||
->lessThan(0)
|
||||
->transactionTypes(['Withdrawal'])
|
||||
->sum('transactions.amount');
|
||||
->sum('transactions.amount');
|
||||
|
||||
return floatval($noBudgetSet) * -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user