diff options
author | John Wiegley <johnw@newartisans.com> | 2012-04-06 01:01:43 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-04-06 01:32:38 -0500 |
commit | ad7ace902c6a1c756ca22d2e67edcc58fe07cd40 (patch) | |
tree | 56b5ea41cd0d37989286a8621ba7b8ed6f36499f /src/report.h | |
parent | aece63395ba93eef3278648804cc24e49c6f07ea (diff) | |
download | fork-ledger-ad7ace902c6a1c756ca22d2e67edcc58fe07cd40.tar.gz fork-ledger-ad7ace902c6a1c756ca22d2e67edcc58fe07cd40.tar.bz2 fork-ledger-ad7ace902c6a1c756ca22d2e67edcc58fe07cd40.zip |
Allow --invert to work with --monthly
Fixes #770
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h index 37123377..e7d68dda 100644 --- a/src/report.h +++ b/src/report.h @@ -725,7 +725,7 @@ public: OPTION(report_t, inject_); OPTION_(report_t, invert, DO() { - OTHER(amount_).on(whence, "-amount"); + OTHER(amount_).on(whence, "-amount_expr"); }); OPTION_ |