From 196816d5aab6cde6cf6aaf11f77cfd5b507027d6 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 27 Feb 2012 12:38:14 -0600 Subject: Added a TODO comment --- src/xact.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/xact.cc') 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); -- cgit v1.2.3