summaryrefslogtreecommitdiff
path: root/reports.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-04-05 00:02:43 +0000
committerJohn Wiegley <johnw@newartisans.com>2004-04-05 00:02:43 +0000
commitc6c16589abd4845fd654ce87bb6cd0aeb0f79006 (patch)
treefad2ef1a0221edcb52cf4644653839497e6e0679 /reports.cc
parent42a1c0396865a7e606b9d0b35fee7aaa3ebf7166 (diff)
downloadfork-ledger-c6c16589abd4845fd654ce87bb6cd0aeb0f79006.tar.gz
fork-ledger-c6c16589abd4845fd654ce87bb6cd0aeb0f79006.tar.bz2
fork-ledger-c6c16589abd4845fd654ce87bb6cd0aeb0f79006.zip
*** empty log message ***
Diffstat (limited to 'reports.cc')
-rw-r--r--reports.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/reports.cc b/reports.cc
index 9827367e..73baca00 100644
--- a/reports.cc
+++ b/reports.cc
@@ -718,7 +718,7 @@ int main(int argc, char * argv[])
else if (command == "print") {
if (show_sorted)
main_ledger->sort(cmp_entry_date());
- main_ledger->print(std::cout, regexps, ! full_names);
+ main_ledger->print(std::cout, regexps, true);
}
else if (command == "equity") {
equity_ledger(std::cout, regexps);