Fixed a problem with -E wasn't displaying the final transaction.
This commit is contained in:
parent
96e11c5937
commit
767014cb9f
1 changed files with 1 additions and 2 deletions
|
|
@ -394,8 +394,7 @@ public:
|
|||
}
|
||||
|
||||
virtual void flush() {
|
||||
if (subtotal)
|
||||
report_subtotal();
|
||||
report_subtotal();
|
||||
item_handler<xact_t>::flush();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue