Commit 44470bd3 authored by Romain Courteaud's avatar Romain Courteaud

Move Software Instance's reference to source_reference

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42527 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1feba486
......@@ -91,7 +91,7 @@ if (request_software_instance is None):\n
\n
software_instance = portal.getDefaultModule(portal_type=software_instance_portal_type).newContent(\n
portal_type=software_instance_portal_type,\n
reference=software_type,\n
source_reference=software_type,\n
title=requested_partition_reference,\n
text_content=instance_xml,\n
activate_kw={\'tag\': tag},\n
......
321
\ No newline at end of file
311
\ 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