Commit 4c588e47 authored by Fabien Morin's avatar Fabien Morin

sorry, I had a mistake in previous commit

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23528 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5a270d56
......@@ -74,7 +74,7 @@ N_ = portal.Base_translateString\n
portal_type = document.getPortalType()\n
\n
# dict of required documents\n
attachement_method = getattr(context, \'%s_getApplicationIncomeDict\' % context.getPortalType().replace(\' \', \'\'))\n
attachement_method = getattr(context, \'%s_getApplicationIncomeDict\' % portal_type.replace(\' \', \'\'))\n
attachement_type_dict = attachement_method()\n
\n
# if the portal type is not mapped, no attached files are required\n
......
278
\ No newline at end of file
279
\ 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