mirror of
https://github.com/simonmichael/hledger.git
synced 2025-01-06 02:23:46 +03:00
oops, maybe another piece of the Date/DateTime removal
This commit is contained in:
parent
4d5478b334
commit
770c2956a5
@ -18,7 +18,7 @@ import Ledger.Amount
|
||||
instance Show Transaction where show=showTransaction
|
||||
|
||||
showTransaction :: Transaction -> String
|
||||
showTransaction (Transaction eno d desc a amt ttype) = unwords [show d,desc,a,show amt,show ttype]
|
||||
showTransaction (Transaction eno d desc a amt ttype) = unwords [showDate d,desc,a,show amt,show ttype]
|
||||
|
||||
-- | Convert a 'Entry' to two or more 'Transaction's. An id number
|
||||
-- is attached to the transactions to preserve their grouping - it should
|
||||
|
Loading…
Reference in New Issue
Block a user