Added a TODO comment

This commit is contained in:
John Wiegley 2012-02-27 12:38:14 -06:00
parent 052b1f28b7
commit 196816d5aa

View file

@ -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);