Commit 4a1f6e61 authored by Romain Courteaud's avatar Romain Courteaud

Fix retrieval of invoice list.

parent 06534a56
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
if person:\n if person:\n
\n \n
return context.getPortalObject().portal_catalog(\n return context.getPortalObject().portal_catalog(\n
destination_section=person.getRelativeUrl(),\n default_destination_section_uid=person.getUid(),\n
**kw\n **kw\n
)\n )\n
\n \n
......
25 26
\ 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