Commit efe3a31f authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_document_scanner: Typo

parent 49009768
......@@ -9,7 +9,7 @@ active_process = portal.restrictedTraverse(active_process_url)
for result in active_process.getResultList():
pdf_data_list.append(
image_module.newContent(data=result.detail,
temp=True).convert(format="pdf")[1])
temp_object=True).convert(format="pdf")[1])
pdf_data = context.ERP5Site_mergePDFList(pdf_data_list=pdf_data_list)
file_object = StringIO(pdf_data)
......
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