Commit 4356d222 authored by Łukasz Nowak's avatar Łukasz Nowak

Force tracking causality state.

It will allow to detect divergences.
parent 0c284eb2
...@@ -87,6 +87,9 @@ if invoice_line is None:\n ...@@ -87,6 +87,9 @@ if invoice_line is None:\n
**kw\n **kw\n
)\n )\n
\n \n
# force tracking causality state\n
invoice.startBuilding()\n
invoice.updateCausalityState()\n
invoice.plan(**kw)\n invoice.plan(**kw)\n
invoice.confirm(**kw)\n invoice.confirm(**kw)\n
</string> </value> </string> </value>
......
560 561
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment