Commit ed97f9ce authored by Romain Courteaud's avatar Romain Courteaud

Named parameter should be used

parent 4a4b982d
......@@ -85,7 +85,7 @@ def assignComputerPartition(order):\n
software_instance.getPortalType(), software_instance.getSlaXmlAsDict()])\n
order_line.edit(\n
aggregate_list=order_line.getAggregateList()+[computer_partition_relative_url])\n
software_instance.allocatePartition(computer_partition_relative_url)\n
software_instance.allocatePartition(computer_partition=computer_partition_relative_url)\n
return computer_partition_relative_url\n
\n
sale_order = context.getParentValue()\n
......
723
\ No newline at end of file
724
\ 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