summaryrefslogtreecommitdiff
path: root/src/xact.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/xact.cc')
-rw-r--r--src/xact.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/xact.cc b/src/xact.cc
index 0e5914d1..8b834f53 100644
--- a/src/xact.cc
+++ b/src/xact.cc
@@ -317,11 +317,13 @@ bool xact_base_t::finalize()
post->amount.in_place_reduce();
- add_or_set_value(post->account->xdata().value, post->amount);
+ add_or_set_value(post->account->xdata().self_details.total,
+ post->amount);
DEBUG("xact.finalize.totals",
"Total for " << post->account->fullname() << " + "
- << post->amount << ": " << post->account->xdata().value);
+ << post->amount << ": "
+ << post->account->xdata().self_details.total);
} else {
some_null = true;
}