Commit 255c7bac authored by Nicolas Delaby's avatar Nicolas Delaby

s/FileName/Filename/

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41134 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b7948630
......@@ -93,7 +93,7 @@ def buildAttachmentDictList(document_list, document_type_list=()):
attachment_list.append({'mime_type':mime_type,
'content':content,
'name':attachment.getStandardFileName()}
'name':attachment.getStandardFilename()}
)
return attachment_list
......
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