diff options
author | John Wiegley <johnw@newartisans.com> | 2010-05-22 17:04:38 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-05-22 21:35:02 -0400 |
commit | 02e78255166b17bff08a408166cc56ff9269c925 (patch) | |
tree | c2c0016572efdeb356a793aa1e9414a9e9058bfe /src/report.cc | |
parent | de3803d0277353520116f05c7b2357196a8cfe48 (diff) | |
download | fork-ledger-02e78255166b17bff08a408166cc56ff9269c925.tar.gz fork-ledger-02e78255166b17bff08a408166cc56ff9269c925.tar.bz2 fork-ledger-02e78255166b17bff08a408166cc56ff9269c925.zip |
Option --count sums payees, account, commodities
Diffstat (limited to 'src/report.cc')
-rw-r--r-- | src/report.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/report.cc b/src/report.cc index 509be8b1..d2db87b0 100644 --- a/src/report.cc +++ b/src/report.cc @@ -853,6 +853,7 @@ option_t<report_t> * report_t::lookup_option(const char * p) else OPT(columns_); else OPT_ALT(basis, cost); else OPT_(current); + else OPT(count); break; case 'd': OPT(daily); |