diff --git a/app/Console/Commands/Correction/CorrectsUnevenAmount.php b/app/Console/Commands/Correction/CorrectsUnevenAmount.php index efc36497fb..a864fcb115 100644 --- a/app/Console/Commands/Correction/CorrectsUnevenAmount.php +++ b/app/Console/Commands/Correction/CorrectsUnevenAmount.php @@ -163,7 +163,7 @@ class CorrectsUnevenAmount extends Command Log::error($e->getTraceAsString()); } if (0 !== $res) { - $this->fixJournal($entry->transaction_journal_id); + $this->fixJournal((int) $entry->transaction_journal_id); } } }