diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-20 04:56:03 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-20 04:56:03 -0500 |
commit | e3248ee5a6b2c29e1c35eb0315fd66370a117784 (patch) | |
tree | b394d8045e8e524d3dc7c6c6efd9fe865756e994 /src/temps.h | |
parent | 446beee376ecfd5371335ac99cd287fc26851006 (diff) | |
download | fork-ledger-e3248ee5a6b2c29e1c35eb0315fd66370a117784.tar.gz fork-ledger-e3248ee5a6b2c29e1c35eb0315fd66370a117784.tar.bz2 fork-ledger-e3248ee5a6b2c29e1c35eb0315fd66370a117784.zip |
Fix problems with <Adjustment> postings
Diffstat (limited to 'src/temps.h')
-rw-r--r-- | src/temps.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/temps.h b/src/temps.h index f41c487c..daa1493b 100644 --- a/src/temps.h +++ b/src/temps.h @@ -66,7 +66,8 @@ public: } post_t& copy_post(post_t& origin, xact_t& xact, account_t * account = NULL); - post_t& create_post(xact_t& xact, account_t * account); + post_t& create_post(xact_t& xact, account_t * account, + bool bidir_link = true); post_t& last_post() { return post_temps->back(); } |