diff options
author | Craig Earls <enderw88@gmail.com> | 2011-10-06 22:07:01 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2011-10-06 22:07:01 -0700 |
commit | b400d65be082165f44e769605aa6a78133cf6d9a (patch) | |
tree | 27b18ee35a5c4f60a10cf4f626e15ac30276040b /src/chain.cc | |
parent | e9ccb012c2c5ffe0e9f4916ee859bda95d9d4248 (diff) | |
parent | f0791bbd7297e737d9e13d0b0bb21473b173b2a7 (diff) | |
download | fork-ledger-b400d65be082165f44e769605aa6a78133cf6d9a.tar.gz fork-ledger-b400d65be082165f44e769605aa6a78133cf6d9a.tar.bz2 fork-ledger-b400d65be082165f44e769605aa6a78133cf6d9a.zip |
Merge remote branch 'upstream/next' into next
Diffstat (limited to 'src/chain.cc')
-rw-r--r-- | src/chain.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/chain.cc b/src/chain.cc index 67f2c8d5..450e3758 100644 --- a/src/chain.cc +++ b/src/chain.cc @@ -138,9 +138,9 @@ post_handler_ptr chain_post_handlers(post_handler_ptr base_handler, report.HANDLED(tail_) ? report.HANDLER(tail_).value.to_int() : 0)); - // changed_value_posts adds virtual posts to the list to account for changes - // in market value of commodities, which otherwise would affect the running - // total unpredictably. + // display_filter_posts adds virtual posts to the list to account + // for changes in value of commodities, which otherwise would affect + // the running total unpredictably. display_filter = new display_filter_posts(handler, report, report.HANDLED(revalued) && ! report.HANDLED(no_rounding)); |