Commit 48b3d273 authored by Antoine Catton's avatar Antoine Catton

Minor: missed during refactoring.

parent 8bd4611e
......@@ -86,7 +86,7 @@ if person is None:\n
open_sale_order_line = hosting_subscription.portal_catalog.getResultValue(\n
portal_type=\'Open Sale Order Line\', strict_aggregate_uid=hosting_subscription.getUid())\n
open_order = open_sale_order_line.getParentValue()\n
person_relative_url = open_sale_order.getDestinationSection()\n
person_relative_url = open_order.getDestinationSection()\n
else:\n
person_relative_url = person.getRelativeUrl()\n
\n
......
500
\ No newline at end of file
501
\ 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