[FIX] image display in every row in report.

bzr revid: nco@tinyerp.com-20110519125941-fey0x5edx56mcnvm
This commit is contained in:
Nimesh (Open ERP) 2011-05-19 18:29:41 +05:30
parent 0c4e557129
commit 97b3cc08e7
1 changed files with 1 additions and 2 deletions

View File

@ -797,8 +797,7 @@ class _rml_flowable(object):
import base64
if self.localcontext:
newtext = utils._process_text(self, node.text or '')
node.text = newtext
image_data = base64.decodestring(node.text)
image_data = base64.decodestring(newtext)
if not image_data:
self._logger.debug("No inline image data")
return False