[FIX] Illustration tag beahvior corrected

bzr revid: jvo@tinyerp.com-20100514134911-gy61vss8irvgnkx0
This commit is contained in:
Jay (Open ERP) 2010-05-14 19:19:11 +05:30
parent 1450f31e8f
commit 48598ea002
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.copy()
self.node = node
self.styles = styles
self.width = utils.unit_get(node.get('width'))