diff options
Diffstat (limited to 'src/account.cc')
-rw-r--r-- | src/account.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/account.cc b/src/account.cc index ad94e48a..6651c575 100644 --- a/src/account.cc +++ b/src/account.cc @@ -326,6 +326,7 @@ void account_t::calculate_sums(expr_t& amount_expr) value_t amount(amount_expr.calc(bound_scope)); if (! amount.is_null()) { + DEBUG("account.sums", "Added " << amount << " to " << fullname()); add_or_set_value(xd.total, amount); xd.total_count += xd.count; } else { |