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

Typo.

parent 096f60b4
...@@ -89,7 +89,7 @@ def assignComputerPartition(order):\n ...@@ -89,7 +89,7 @@ def assignComputerPartition(order):\n
sale_order = context.getParentValue()\n sale_order = context.getParentValue()\n
if sale_order.getSimulationState() == \'ordered\':\n if sale_order.getSimulationState() == \'ordered\':\n
try:\n try:\n
computer_partition = getComputerPartition(sale_order)\n computer_partition = assignComputerPartition(sale_order)\n
except ValueError:\n except ValueError:\n
# It was not possible to find free Computer Partition\n # It was not possible to find free Computer Partition\n
pass\n pass\n
......
655 656
\ 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