Commit 2f654353 authored by Łukasz Nowak's avatar Łukasz Nowak

- software type is stored in source_reference property of Software Instance

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43750 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 670763e7
......@@ -77,7 +77,7 @@ tag = "%s_%s_%s_inProgress" % (person.getUid(), software_type, \n
# Check if it already exists\n
request_software_instance = portal.portal_catalog.getResultValue(\n
portal_type=software_instance_portal_type,\n
title=software_type,\n
source_reference=software_type,\n
reference=requested_partition_reference,\n
)\n
if (request_software_instance is None):\n
......
336
\ No newline at end of file
339
\ 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