give time entries a blank description, as ledger does

This commit is contained in:
Simon Michael 2008-10-09 07:08:06 +00:00
parent fbe0faa1aa
commit a12d1b1c43

View File

@ -45,7 +45,7 @@ entryFromTimeLogInOut i o =
edate = indate, -- ledger uses outdate
estatus = True,
ecode = "",
edescription = acctname,
edescription = "",
ecomment = "",
etransactions = txns,
epreceding_comment_lines=""