summaryrefslogtreecommitdiff
path: root/src/filters.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/filters.cc')
-rw-r--r--src/filters.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/filters.cc b/src/filters.cc
index 276ecaba..5f7a79a1 100644
--- a/src/filters.cc
+++ b/src/filters.cc
@@ -527,10 +527,11 @@ void interval_xacts::operator()(xact_t& xact)
}
interval.begin = quant;
}
+ subtotal_xacts::operator()(xact);
+ } else {
+ item_handler<xact_t>::operator()(xact);
}
- subtotal_xacts::operator()(xact);
-
last_xact = &xact;
}