Fix missing method.

This commit is contained in:
James Cole
2024-12-18 16:57:11 +01:00
parent 76cc27a267
commit 380029ffd8

View File

@@ -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