mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 12:24:43 +03:00
make unelided transaction printing the default
This commit is contained in:
parent
7c42280d4e
commit
dee5b1ca39
@ -14,7 +14,7 @@ import Ledger.Posting
|
||||
import Ledger.Amount
|
||||
|
||||
|
||||
instance Show LedgerTransaction where show = showLedgerTransaction
|
||||
instance Show LedgerTransaction where show = showLedgerTransactionUnelided
|
||||
|
||||
instance Show ModifierTransaction where
|
||||
show t = "= " ++ mtvalueexpr t ++ "\n" ++ unlines (map show (mtpostings t))
|
||||
|
Loading…
Reference in New Issue
Block a user