Commit 45613b51 authored by Łukasz Nowak's avatar Łukasz Nowak

Missing variable.

parent 2dc6edd7
...@@ -50,7 +50,8 @@ ...@@ -50,7 +50,8 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>portal = person.getPortalObject()\n <value> <string>person = context\n
portal = person.getPortalObject()\n
open_sale_order = portal.portal_catalog.getResultValue(\n open_sale_order = portal.portal_catalog.getResultValue(\n
default_destination_section_uid=person.getUid(),\n default_destination_section_uid=person.getUid(),\n
portal_type="Open Sale Order",\n portal_type="Open Sale Order",\n
......
600 601
\ No newline at end of file \ 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