mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
give time entries a blank description, as ledger does
This commit is contained in:
parent
fbe0faa1aa
commit
a12d1b1c43
@ -45,7 +45,7 @@ entryFromTimeLogInOut i o =
|
||||
edate = indate, -- ledger uses outdate
|
||||
estatus = True,
|
||||
ecode = "",
|
||||
edescription = acctname,
|
||||
edescription = "",
|
||||
ecomment = "",
|
||||
etransactions = txns,
|
||||
epreceding_comment_lines=""
|
||||
|
Loading…
Reference in New Issue
Block a user