diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-27 03:04:05 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-27 03:04:05 -0400 |
commit | c49b98fc4c307a2d08161cebafb348b935c6fcb5 (patch) | |
tree | 02171b10ad660778447058649b17069108165298 /src/report.h | |
parent | c57c85c92f352acd6eefa309344dae7f98cf7f31 (diff) | |
download | fork-ledger-c49b98fc4c307a2d08161cebafb348b935c6fcb5.tar.gz fork-ledger-c49b98fc4c307a2d08161cebafb348b935c6fcb5.tar.bz2 fork-ledger-c49b98fc4c307a2d08161cebafb348b935c6fcb5.zip |
Added an --unround option, to show full precision
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index 5a386616..82c605df 100644 --- a/src/report.h +++ b/src/report.h @@ -643,6 +643,8 @@ public: parent->HANDLER(limit_).on("uncleared|pending"); }); + OPTION(report_t, unround); + OPTION_(report_t, weekly, DO() { // -W parent->HANDLER(period_).on("weekly"); }); |