cli: rename --pivot desc to --pivot description for consistency
This commit is contained in:
parent
76867c98a3
commit
27d727ffad
@ -172,7 +172,7 @@ postingStatus Posting{pstatus=s, ptransaction=mt}
|
|||||||
-- | Implicit tags for this transaction.
|
-- | Implicit tags for this transaction.
|
||||||
transactionImplicitTags :: Transaction -> [Tag]
|
transactionImplicitTags :: Transaction -> [Tag]
|
||||||
transactionImplicitTags t = filter (not . T.null . snd) [("code", tcode t)
|
transactionImplicitTags t = filter (not . T.null . snd) [("code", tcode t)
|
||||||
,("desc", tdescription t)
|
,("description", tdescription t)
|
||||||
,("payee", tdescription t)
|
,("payee", tdescription t)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user