Commit 73bb3f51 authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_document_scanner: Revert code because this was changed only to debug

parent 5aad3bd9
......@@ -13,6 +13,6 @@ for result in active_process.getResultList():
pdf_data_list.append(
image_module.newContent(data=decodestring(result.detail),
portal_type="Image",
temp_object=False).convert(format="pdf")[1])
temp_object=True).convert(format="pdf")[1])
return pdf_data_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