From a597b0fb5e00220085ab5d5e1421fd9e41d9080e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 28 Feb 2006 00:53:47 +0000 Subject: Further improvements to lot pricing. --- config.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'config.cc') 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); -- cgit v1.2.3