Added a TODO comment
This commit is contained in:
parent
052b1f28b7
commit
196816d5aa
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue