mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00: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