Commit 4836f5ad authored by Sebastien Robin's avatar Sebastien Robin

give the parameter base_id to *_asCellRange scripts


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3466 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9b87f5cb
......@@ -349,7 +349,7 @@ class XMLMatrix(Folder):
script = getattr(self, script_name)
break
try:
cell_range = script(matrixbox=0)
cell_range = script(base_id=base_id,matrixbox=0)
except UnboundLocalError:
raise UnboundLocalError,\
"Did not find cell range script for portal type: %r" %\
......
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