mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 02:45:58 +00:00
Fix missing method.
This commit is contained in:
@@ -57,8 +57,6 @@ class CorrectAmounts extends Command
|
|||||||
$this->fixBudgetLimits();
|
$this->fixBudgetLimits();
|
||||||
// currency_exchange_rates must be positive
|
// currency_exchange_rates must be positive
|
||||||
$this->fixExchangeRates();
|
$this->fixExchangeRates();
|
||||||
// piggy_bank_repetitions must be positive
|
|
||||||
$this->fixRepetitions();
|
|
||||||
// piggy_banks must be positive
|
// piggy_banks must be positive
|
||||||
$this->fixPiggyBanks();
|
$this->fixPiggyBanks();
|
||||||
// recurrences_transactions amount must be positive
|
// recurrences_transactions amount must be positive
|
||||||
|
Reference in New Issue
Block a user