Commit 4fd3cf21 authored by Łukasz Nowak's avatar Łukasz Nowak

- avoid joining with delivery table, as it is not sure if Open Order is

   delivery or not


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43359 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 991e80e6
......@@ -133,7 +133,7 @@ if (request_software_instance is None):\n
# Update Open Order\n
# does this order have a client-specific Open Order\n
open_order = portal.portal_catalog.getResultValue(\n
destination_section_uid=person.getUid(),\n
default_destination_section_uid=person.getUid(),\n
portal_type="Open Sale Order",\t \t \n
simulation_state="started")\n
if open_order is None:\n
......
334
\ No newline at end of file
336
\ 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