From a12d1b1c43027cdf33b84e57018e6fd645b3b33c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 9 Oct 2008 07:08:06 +0000 Subject: [PATCH] give time entries a blank description, as ledger does --- Ledger/TimeLog.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ledger/TimeLog.hs b/Ledger/TimeLog.hs index 7d2b340a2..3e82a5b04 100644 --- a/Ledger/TimeLog.hs +++ b/Ledger/TimeLog.hs @@ -45,7 +45,7 @@ entryFromTimeLogInOut i o = edate = indate, -- ledger uses outdate estatus = True, ecode = "", - edescription = acctname, + edescription = "", ecomment = "", etransactions = txns, epreceding_comment_lines=""