mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-04 03:20:44 +00:00
Better debug info
This commit is contained in:
@@ -211,7 +211,7 @@ class CorrectsUnevenAmount extends Command
|
|||||||
|
|
||||||
// may still be able to salvage this journal if it is a transfer with foreign currency info
|
// may still be able to salvage this journal if it is a transfer with foreign currency info
|
||||||
if ($this->isForeignCurrencyTransfer($journal) || $this->isBetweenAssetAndLiability($journal)) {
|
if ($this->isForeignCurrencyTransfer($journal) || $this->isBetweenAssetAndLiability($journal)) {
|
||||||
Log::debug(sprintf('Can skip foreign currency transfer #%d.', $journal->id));
|
Log::debug(sprintf('Can skip foreign currency transfer / asset+liability transaction #%d.', $journal->id));
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user