summaryrefslogtreecommitdiff
path: root/src/filters.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/filters.cc')
-rw-r--r--src/filters.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/filters.cc b/src/filters.cc
index 6db8af80..7f615785 100644
--- a/src/filters.cc
+++ b/src/filters.cc
@@ -1106,6 +1106,8 @@ void posts_as_equity::report_subtotal()
value_t total = 0L;
foreach (values_map::value_type& pair, values) {
value_t value(pair.second.value.strip_annotations(report.what_to_keep()));
+ if (unround)
+ value.in_place_unround();
if (! value.is_zero()) {
if (value.is_balance()) {
value.as_balance_lval().map_sorted_amounts