mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #7248
This commit is contained in:
parent
d50c560ed2
commit
c69b24c1d2
@ -86,7 +86,6 @@ class CreditRecalculateService
|
|||||||
{
|
{
|
||||||
/** @var TransactionJournal $journal */
|
/** @var TransactionJournal $journal */
|
||||||
foreach ($this->group->transactionJournals as $journal) {
|
foreach ($this->group->transactionJournals as $journal) {
|
||||||
if (0 === count($this->work)) {
|
|
||||||
try {
|
try {
|
||||||
$this->findByJournal($journal);
|
$this->findByJournal($journal);
|
||||||
} catch (FireflyException $e) {
|
} catch (FireflyException $e) {
|
||||||
@ -94,7 +93,6 @@ class CreditRecalculateService
|
|||||||
Log::error(sprintf('Could not find work account for transaction group #%d.', $this->group->id));
|
Log::error(sprintf('Could not find work account for transaction group #%d.', $this->group->id));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
Log::debug(sprintf('Done with %s', __METHOD__));
|
Log::debug(sprintf('Done with %s', __METHOD__));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user