summaryrefslogtreecommitdiff
path: root/src/xact.cc
diff options
context:
space:
mode:
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);