summaryrefslogtreecommitdiff
path: root/config.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2006-02-28 00:53:47 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:27 -0400
commita597b0fb5e00220085ab5d5e1421fd9e41d9080e (patch)
treee9a732374b1eaf90358f7ad7c051cc58880ff3a2 /config.cc
parent7901598f1d1e419e19c860e81749805371298030 (diff)
downloadfork-ledger-a597b0fb5e00220085ab5d5e1421fd9e41d9080e.tar.gz
fork-ledger-a597b0fb5e00220085ab5d5e1421fd9e41d9080e.tar.bz2
fork-ledger-a597b0fb5e00220085ab5d5e1421fd9e41d9080e.zip
Further improvements to lot pricing.
Diffstat (limited to 'config.cc')
-rw-r--r--config.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.cc b/config.cc
index 069114fb..cc04ed8b 100644
--- a/config.cc
+++ b/config.cc
@@ -1041,7 +1041,6 @@ OPT_BEGIN(basis, "B") {
} OPT_END(basis);
OPT_BEGIN(price, "I") {
- show_lots = true; // don't show them, but use in calculations
config->amount_expr = "i";
config->total_expr = "I";
} OPT_END(price);