register: fix tag: matching all sibling postings
This commit is contained in:
parent
856f62b465
commit
712e6f1e36
@ -145,7 +145,7 @@ postingCleared p = if pstatus p
|
|||||||
|
|
||||||
-- | Tags for this posting including any inherited from its parent transaction.
|
-- | Tags for this posting including any inherited from its parent transaction.
|
||||||
postingAllTags :: Posting -> [Tag]
|
postingAllTags :: Posting -> [Tag]
|
||||||
postingAllTags p = ptags p ++ maybe [] transactionAllTags (ptransaction p)
|
postingAllTags p = ptags p ++ maybe [] ttags (ptransaction p)
|
||||||
|
|
||||||
-- | Tags for this transaction including any from its postings.
|
-- | Tags for this transaction including any from its postings.
|
||||||
transactionAllTags :: Transaction -> [Tag]
|
transactionAllTags :: Transaction -> [Tag]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user