Commit 44d9f911 authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

PDFForm: fix

parent dc970796
......@@ -369,7 +369,6 @@ class PDFForm(File):
if RESPONSE :
RESPONSE.setHeader('Content-Type', 'application/x-erp5-pdfform')
RESPONSE.setHeader('Content-Length', len(content))
RESPONSE.write(content)
return content
manage_DAVget = manage_FTPget
......
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