Commit cf931d58 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_erp5: Missing comma

parent 6944bfc7
......@@ -58,7 +58,7 @@ person_uid = portal.ERP5Site_getPropertyFromAuthenticatedMemberPersonValue(\'uid
return portal.portal_catalog(\n
portal_type="Hosting Subscription",\n
default_destination_section_uid=person_uid,\n
validation_state=\'validated\'\n
validation_state=\'validated\',\n
sort_on=((\'title\', ),)\n
)\n
</string> </value>
......
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