From 59c0692233812eeba568dac735d7b4d4576cf30a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 7 Aug 2004 23:20:10 -0400 Subject: moved display only flags to dflags in both transactions and accounts --- format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'format.h') diff --git a/format.h b/format.h index 562c7a31..65c111e1 100644 --- a/format.h +++ b/format.h @@ -247,7 +247,7 @@ class format_equity if ((report_top || account->parent != NULL) && disp_pred_functor(account)) { next_lines_format.format_elements(output_stream, details_t(account)); - account->flags |= ACCOUNT_DISPLAYED; + account->dflags |= ACCOUNT_DISPLAYED; total += account->value.quantity; } } -- cgit v1.2.3