diff options
Diffstat (limited to 'walk.h')
-rw-r--r-- | walk.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -273,7 +273,7 @@ class collapse_transactions : public item_handler<transaction_t> // If we've reached a new entry, report on the subtotal // accumulated thus far. - if (last_entry && last_entry != xact.entry) + if (last_entry && last_entry != xact.entry && count > 0) report_cumulative_subtotal(); add_transaction_to(xact, subtotal); |