diff options
Diffstat (limited to 'src/xact.cc')
-rw-r--r-- | src/xact.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xact.cc b/src/xact.cc index 10a7106a..60333004 100644 --- a/src/xact.cc +++ b/src/xact.cc @@ -397,7 +397,7 @@ bool xact_base_t::finalize() if (post->has_flags(POST_DEFERRED)) { if (!post->amount.is_null()) - post->account->add_deferred_post(id(), post); + post->account->add_deferred_post(id(), post); } else { post->account->add_post(post); } |