[fix]fix problem of send RFQ

bzr revid: pja@tinyerp.com-20121004070227-rqo5ec0mckj5vqx8
This commit is contained in:
Jalpesh Patel (OpenERP) 2012-10-04 12:32:27 +05:30
parent 9080645525
commit 6aba62a847
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ class email_template(osv.osv):
ext = "." + format
if not report_name.endswith(ext):
report_name += ext
attachments.append(report_name, result)
attachments.append((report_name, result))
# Add template attachments
for attach in template.attachment_ids: