Fixed automated posts not appearing in bal reports
This commit is contained in:
parent
5bb376b3f9
commit
7d15b1ed5a
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue