Fixed automated posts not appearing in bal reports

This commit is contained in:
John Wiegley 2009-11-10 20:56:27 -05:00
parent 5bb376b3f9
commit 7d15b1ed5a

View file

@ -542,6 +542,7 @@ void auto_xact_t::extend_xact(xact_base_t& xact, bool post_handler)
new_post->add_flags(ITEM_GENERATED);
xact.add_post(new_post);
new_post->account->add_post(new_post);
}
}
}