Commit c0eb7283 authored by Jérome Perrin's avatar Jérome Perrin

bug fix: erase old cells names before uploading new content


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3809 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7a503cc1
......@@ -281,6 +281,7 @@ class PDFForm(File):
file.seek(0) # file is always valid here
values = self.pdftk.dumpDataFields(file)
self.cells = {}
for v in values :
if v["FieldType"] != "Button" :
k = v["FieldName"]
......
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