[FIX] report engine

bzr revid: fp@tinyerp.com-20100604161802-dzvvo0ymg6ajl1nq
This commit is contained in:
Fabien Pinckaers 2010-06-04 18:18:02 +02:00
parent c56c8c6db9
commit b04e16db9c
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ class _rml_flowable(object):
def _illustration(self, node):
class Illustration(platypus.flowables.Flowable):
def __init__(self, node, localcontext, styles, self2):
self.localcontext = localcontext.copy()
self.localcontext = (localcontext or {}).copy()
self.node = node
self.styles = styles
self.width = utils.unit_get(node.get('width'))