Commit b8058a60 authored by Łukasz Nowak's avatar Łukasz Nowak

Fix NameError.

parent ab4aa0f4
...@@ -102,8 +102,7 @@ if sale_order.getSimulationState() == \'ordered\':\n ...@@ -102,8 +102,7 @@ if sale_order.getSimulationState() == \'ordered\':\n
# order not ready yet\n # order not ready yet\n
pass\n pass\n
else:\n else:\n
if assigned:\n sale_order.confirm()\n
sale_order.confirm()\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
640 641
\ 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