mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-08-28 17:07:21 +00:00
Fixes #1038
This commit is contained in:
@@ -43,7 +43,7 @@ class LinkTypeRepository implements LinkTypeRepositoryInterface
|
||||
*/
|
||||
public function countJournals(LinkType $linkType): int
|
||||
{
|
||||
return $linkType->transactionJournalLinks()->count() * 2;
|
||||
return $linkType->transactionJournalLinks()->count();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user