diff --git a/src/modules/tm/doc/functions.xml b/src/modules/tm/doc/functions.xml index 8ceaa6360a2..82647117cdd 100644 --- a/src/modules/tm/doc/functions.xml +++ b/src/modules/tm/doc/functions.xml @@ -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. + + 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. + <function>t_newtran</function> usage