summaryrefslogtreecommitdiff
path: root/format.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-07 23:20:10 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-07 23:20:10 -0400
commit59c0692233812eeba568dac735d7b4d4576cf30a (patch)
tree79c3fa592dc5a57be4c6d2de7a47f1efdbf72562 /format.h
parenteffa82793fbddce8c04ea9387b7389ac5b8f0a59 (diff)
downloadfork-ledger-59c0692233812eeba568dac735d7b4d4576cf30a.tar.gz
fork-ledger-59c0692233812eeba568dac735d7b4d4576cf30a.tar.bz2
fork-ledger-59c0692233812eeba568dac735d7b4d4576cf30a.zip
moved display only flags to dflags in both transactions and accounts
Diffstat (limited to 'format.h')
-rw-r--r--format.h2
1 files changed, 1 insertions, 1 deletions
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;
}
}