diff options
author | John Wiegley <johnw@newartisans.com> | 2006-02-28 00:53:47 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:27 -0400 |
commit | a597b0fb5e00220085ab5d5e1421fd9e41d9080e (patch) | |
tree | e9a732374b1eaf90358f7ad7c051cc58880ff3a2 /config.cc | |
parent | 7901598f1d1e419e19c860e81749805371298030 (diff) | |
download | fork-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.cc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |