diff options
author | John Wiegley <johnw@newartisans.com> | 2009-06-24 02:44:07 +0100 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-06-24 02:44:07 +0100 |
commit | 440124eacc9f7fde993e87968ca9e65ffa309f11 (patch) | |
tree | c86839186bee5c4951ad98491d02625e9c276669 /src/report.h | |
parent | 72a2eaa38e68b886a567da2afda8f08b1929e3b6 (diff) | |
download | fork-ledger-440124eacc9f7fde993e87968ca9e65ffa309f11.tar.gz fork-ledger-440124eacc9f7fde993e87968ca9e65ffa309f11.tar.bz2 fork-ledger-440124eacc9f7fde993e87968ca9e65ffa309f11.zip |
Restored --download, although not done yet
The problem at this point is that it's recording prices in the price
database multiple times; it should only need to download a price for
each commodity once per day.
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/report.h b/src/report.h index 63a1a045..147620f8 100644 --- a/src/report.h +++ b/src/report.h @@ -255,7 +255,6 @@ public: HANDLER(plot_amount_format_).report(out); HANDLER(plot_total_format_).report(out); HANDLER(price).report(out); - HANDLER(price_exp_).report(out); HANDLER(prices_format_).report(out); HANDLER(pricesdb_format_).report(out); HANDLER(print_format_).report(out); @@ -619,8 +618,6 @@ public: parent->HANDLER(amount_).set_expr(string("--price"), "price"); }); - OPTION(report_t, price_exp_); // -Z - OPTION__(report_t, prices_format_, CTOR(report_t, prices_format_) { on(none, "%-.9(date) %-8(account) %(justify(scrub(display_amount), 12, " |