Commit f3552b41 authored by Jérome Perrin's avatar Jérome Perrin

fix a bug in Delivery_getODTDataDict, it was using destination_section instead of destination


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24703 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 32703c43
......@@ -220,7 +220,7 @@ source = context.getSourceValue()\n
if source is None:\n
source = EmptyOrganisation()\n
\n
destination = context.getDestinationSectionValue()\n
destination = context.getDestinationValue()\n
if destination is None:\n
destination = EmptyOrganisation()\n
\n
......
476
\ No newline at end of file
477
\ 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