Commit 30033319 authored by Aurel's avatar Aurel

name parameter


git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37434 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 431fa0cb
......@@ -118,7 +118,7 @@ class asComposedDocument(object): # XXX-JPS bad name for a class - please follo
# here we could inherit many "useful" classes dynamically - héhé
# that would be a "real" abstract composition system
self._effective_model_list = \
orig_self._findEffectiveSpecialiseValueList(portal_type_list)
orig_self._findEffectiveSpecialiseValueList(specialise_type_list=portal_type_list)
return self
def __init__(self, orig_self, portal_type_list=None):
......
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