Commit 1a363169 authored by Antoine Catton's avatar Antoine Catton

Bugfix: Save the precessor_list in hosting subscription.

parent 2f7b2250
......@@ -179,6 +179,7 @@ if (request_software_instance is None):\n
\n
hosting_subscription_predecessor_list = hosting_subscription.getPredecessorList()\n
hosting_subscription_predecessor_list.append(request_software_instance.getRelativeUrl())\n
hosting_subscription.edit(predecessor_list=hosting_subscription_predecessor_list)\n
\n
# Find Computer partition\n
# XXX Link subscript to open order\n
......
496
\ No newline at end of file
497
\ 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