Commit 0bfe64f0 authored by Romain Courteaud's avatar Romain Courteaud

resource_value parameter is not handled by the catalog

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34798 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 70a35cc1
......@@ -62,7 +62,7 @@ if not production_order_line.hasSpecialise():\n
transformation_list = portal.portal_catalog(\n
portal_type=portal.getPortalTransformationTypeList(),\n
validation_state="!=invalidated",\n
resource_value=resource)\n
resource_relative_url=resource.getRelativeUrl())\n
if len(transformation_list) == 1:\n
transformation = transformation_list[0].getRelativeUrl()\n
production_order_line.setSpecialise(transformation)\n
......
438
\ No newline at end of file
440
\ 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