summaryrefslogtreecommitdiff
path: root/src/account.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-03-05 23:53:07 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-03-05 23:53:07 -0400
commit6ac79137f74a9257c0079f14cf3ef49e8da6375a (patch)
treee2cd10a90ae064b67192ec64ca1b4273f833b345 /src/account.h
parentfb9af0f1116992410b7b4aab352cc843be591587 (diff)
downloadfork-ledger-6ac79137f74a9257c0079f14cf3ef49e8da6375a.tar.gz
fork-ledger-6ac79137f74a9257c0079f14cf3ef49e8da6375a.tar.bz2
fork-ledger-6ac79137f74a9257c0079f14cf3ef49e8da6375a.zip
Don't compute running total for balance reports
Diffstat (limited to 'src/account.h')
-rw-r--r--src/account.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/account.h b/src/account.h
index d0516e78..dd7ac3d6 100644
--- a/src/account.h
+++ b/src/account.h
@@ -123,9 +123,10 @@ class account_t : public scope_t
#define ACCOUNT_EXT_SORT_CALC 0x01
#define ACCOUNT_EXT_HAS_NON_VIRTUALS 0x02
#define ACCOUNT_EXT_HAS_UNB_VIRTUALS 0x04
-#define ACCOUNT_EXT_VISITED 0x08
-#define ACCOUNT_EXT_MATCHING 0x10
-#define ACCOUNT_EXT_DISPLAYED 0x20
+#define ACCOUNT_EXT_AUTO_VIRTUALIZE 0x08
+#define ACCOUNT_EXT_VISITED 0x10
+#define ACCOUNT_EXT_MATCHING 0x20
+#define ACCOUNT_EXT_DISPLAYED 0x40
struct details_t
{