diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-17 21:19:31 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-17 21:19:31 -0400 |
commit | 4ec2dfeef13ead1d87302ef953e05efec102bb25 (patch) | |
tree | 0ff109dd6aaccf466ecbd64f80ae3138b9219b6a /src/account.h | |
parent | 93d195f1d97c376c26e5a7e88d6b0fc6e3b8e2d0 (diff) | |
download | fork-ledger-4ec2dfeef13ead1d87302ef953e05efec102bb25.tar.gz fork-ledger-4ec2dfeef13ead1d87302ef953e05efec102bb25.tar.bz2 fork-ledger-4ec2dfeef13ead1d87302ef953e05efec102bb25.zip |
Added --flat option, to flatten the balance report
Diffstat (limited to 'src/account.h')
-rw-r--r-- | src/account.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account.h b/src/account.h index d97df2e0..f9fd2f52 100644 --- a/src/account.h +++ b/src/account.h @@ -97,7 +97,7 @@ class account_t : public scope_t return fullname(); } string fullname() const; - string partial_name() const; + string partial_name(bool flat = false) const; void add_account(account_t * acct) { accounts.insert(accounts_map::value_type(acct->name, acct)); |