Commit 2f7b2250 authored by Antoine Catton's avatar Antoine Catton

Add created software instance to Hosting Subscription predecessor list.

parent 00cc4110
......@@ -176,6 +176,9 @@ if (request_software_instance is None):\n
source_section="organisation_module/vifib_internet",\n
activate_kw={\'tag\': tag},\n
)\n
\n
hosting_subscription_predecessor_list = hosting_subscription.getPredecessorList()\n
hosting_subscription_predecessor_list.append(request_software_instance.getRelativeUrl())\n
\n
# Find Computer partition\n
# XXX Link subscript to open order\n
......
495
\ No newline at end of file
496
\ 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