Commit 471b9e3e authored by Jérome Perrin's avatar Jérome Perrin

typo in getAggregateRelatedList



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10104 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent aa821acd
......@@ -74,7 +74,7 @@ from Products.DCWorkflow.DCWorkflow import ValidationFailed\n
transmission_sheet = sci[\'object\']\n
portal = transmission_sheet.getPortalObject()\n
\n
if not transmission_sheet.getRelatedAggregateList(\n
if not transmission_sheet.getAggregateRelatedList(\n
portal_type=portal.getPortalInvoiceTypeList()):\n
raise ValidationFailed(\'No Invoices selected.\')\n
</string> </value>
......
6
\ No newline at end of file
7
\ 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