summaryrefslogtreecommitdiff
path: root/src/xact.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-02-27 12:38:14 -0600
committerJohn Wiegley <johnw@newartisans.com>2012-02-27 12:38:14 -0600
commit196816d5aab6cde6cf6aaf11f77cfd5b507027d6 (patch)
treec842e2f582cc0f98dead64ace11aac2bc41f70bb /src/xact.cc
parent052b1f28b7c80b568d63c8bf1801aa7c439a29a4 (diff)
downloadfork-ledger-196816d5aab6cde6cf6aaf11f77cfd5b507027d6.tar.gz
fork-ledger-196816d5aab6cde6cf6aaf11f77cfd5b507027d6.tar.bz2
fork-ledger-196816d5aab6cde6cf6aaf11f77cfd5b507027d6.zip
Added a TODO comment
Diffstat (limited to 'src/xact.cc')
-rw-r--r--src/xact.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xact.cc b/src/xact.cc
index b581db95..6c07c862 100644
--- a/src/xact.cc
+++ b/src/xact.cc
@@ -746,6 +746,8 @@ void auto_xact_t::extend_xact(xact_base_t& xact)
new_post->copy_details(*post);
new_post->add_flags(ITEM_GENERATED);
+ // jww (2012-02-27): Do account directive assertions get applied
+ // to postings generated from automated transactions?
xact.add_post(new_post);
new_post->account->add_post(new_post);