From 380029ffd8fea1d71e4251c7cc848c0a79ab5f42 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 18 Dec 2024 16:57:11 +0100 Subject: [PATCH] Fix missing method. --- app/Console/Commands/Correction/CorrectAmounts.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Console/Commands/Correction/CorrectAmounts.php b/app/Console/Commands/Correction/CorrectAmounts.php index c9d5f6cd72..0105f2e956 100644 --- a/app/Console/Commands/Correction/CorrectAmounts.php +++ b/app/Console/Commands/Correction/CorrectAmounts.php @@ -57,8 +57,6 @@ class CorrectAmounts extends Command $this->fixBudgetLimits(); // currency_exchange_rates must be positive $this->fixExchangeRates(); - // piggy_bank_repetitions must be positive - $this->fixRepetitions(); // piggy_banks must be positive $this->fixPiggyBanks(); // recurrences_transactions amount must be positive