web: don't merge different accounts with similar leaf name in postings summary
This commit is contained in:
parent
29ac7f0d4f
commit
8424caddc6
@ -268,7 +268,7 @@ summarisePostings ps =
|
|||||||
where
|
where
|
||||||
(tos,froms) = partition (fromMaybe False . isNegativeMixedAmount . pamount) ps
|
(tos,froms) = partition (fromMaybe False . isNegativeMixedAmount . pamount) ps
|
||||||
|
|
||||||
simplifyPostingAccounts = nub . map (accountLeafName . paccount)
|
simplifyPostingAccounts = map accountLeafName . nub . map paccount
|
||||||
commafy = intercalate ", "
|
commafy = intercalate ", "
|
||||||
|
|
||||||
filterTransactionPostings :: Matcher -> Transaction -> Transaction
|
filterTransactionPostings :: Matcher -> Transaction -> Transaction
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user