summaryrefslogtreecommitdiff
path: root/src/timelog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/timelog.cc')
-rw-r--r--src/timelog.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timelog.cc b/src/timelog.cc
index b18c436b..25bf8e94 100644
--- a/src/timelog.cc
+++ b/src/timelog.cc
@@ -107,6 +107,7 @@ namespace {
post->set_state(item_t::CLEARED);
post->pos = event.position;
curr->add_post(post);
+ event.account->add_post(post);
if (! journal.add_xact(curr.get()))
throw parse_error(_("Failed to record 'out' timelog transaction"));