summaryrefslogtreecommitdiff
path: root/src/filters.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filters.h')
-rw-r--r--src/filters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters.h b/src/filters.h
index 68df6e06..eb93e50a 100644
--- a/src/filters.h
+++ b/src/filters.h
@@ -99,7 +99,7 @@ public:
}
virtual void operator()(post_t& post) {
- post.xdata().value = post.amount.unrounded();
+ post.xdata().compound_value = post.amount.unrounded();
post.xdata().add_flags(POST_EXT_COMPOUND);
item_handler<post_t>::operator()(post);
}