Commit 4c463af6 authored by Łukasz Nowak's avatar Łukasz Nowak

- software type is obligatory parameter

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43751 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2f654353
......@@ -58,8 +58,7 @@ portal = person.getPortalObject()\n
kwargs = state_change.kwargs\n
software_release_url_string = state_change.kwargs[\'software_release\']\n
requested_partition_reference = kwargs["partition_reference"]\n
# software_type = kwargs["software_type"]\n
software_type = "RootInstance"\n
software_type = kwargs["software_type"]\n
instance_xml = kwargs["instance_xml"]\n
\n
sale_order_portal_type = "Sale Order"\n
......
339
\ No newline at end of file
340
\ 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