From 767014cb9fe60934d0e980d0bb382747b3d300ab Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 7 Feb 2009 17:46:10 -0400 Subject: Fixed a problem with -E wasn't displaying the final transaction. --- src/filters.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/filters.h b/src/filters.h index 748622ac..97584b0a 100644 --- a/src/filters.h +++ b/src/filters.h @@ -394,8 +394,7 @@ public: } virtual void flush() { - if (subtotal) - report_subtotal(); + report_subtotal(); item_handler::flush(); } -- cgit v1.2.3