diff --git a/Ledger/TimeLog.hs b/Ledger/TimeLog.hs index e93e335a5..e8cb93d1f 100644 --- a/Ledger/TimeLog.hs +++ b/Ledger/TimeLog.hs @@ -38,7 +38,7 @@ clockoutFor (TimeLogEntry _ t _) = TimeLogEntry 'o' t "" entryFromTimeLogInOut :: TimeLogEntry -> TimeLogEntry -> Entry entryFromTimeLogInOut i o = Entry { - edate = indate, -- ledger uses outdate + edate = outdate, -- like ledger estatus = True, ecode = "", edescription = "", diff --git a/README b/README index 51c17f232..35cc5ceef 100644 --- a/README +++ b/README @@ -178,4 +178,3 @@ Other differences * hledger period expressions don't support "biweekly", "bimonthly", or "every N days/weeks/..." * hledger always shows timelog balances in hours * hledger doesn't count an unfinished timelog session -* (disabled for now: hledger counts timelog sessions on the day they end, ledger on the day they start)