Skip to content

Commit

Permalink
tm: extend t_newtran docs with a note about flag behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
henningw committed Nov 29, 2019
1 parent e8b8251 commit f2f492b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/modules/tm/doc/functions.xml
Expand Up @@ -302,6 +302,12 @@ branch_route[1] {
is the only way a script can add a new transaction in an atomic
way. Typically, it is used to deploy a UAS.
</para>
<para>
Note that any flag operations (e.g. for accounting) after this
function has been called will be ignored. You can use the the tmx
module function t_flush_flags() to flush the altered flags to the
already created transaction.
</para>
<example>
<title><function>t_newtran</function> usage</title>
<programlisting>
Expand Down

0 comments on commit f2f492b

Please sign in to comment.