mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-28 18:01:26 -06:00
Fixes #1038
This commit is contained in:
parent
cbde9cdae9
commit
5da8c2200a
@ -43,7 +43,7 @@ class LinkTypeRepository implements LinkTypeRepositoryInterface
|
||||
*/
|
||||
public function countJournals(LinkType $linkType): int
|
||||
{
|
||||
return $linkType->transactionJournalLinks()->count() * 2;
|
||||
return $linkType->transactionJournalLinks()->count();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user