mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 10:53:37 +00:00
@@ -163,7 +163,7 @@ class CorrectsUnevenAmount extends Command
|
|||||||
Log::error($e->getTraceAsString());
|
Log::error($e->getTraceAsString());
|
||||||
}
|
}
|
||||||
if (0 !== $res) {
|
if (0 !== $res) {
|
||||||
$this->fixJournal($entry->transaction_journal_id);
|
$this->fixJournal((int) $entry->transaction_journal_id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user