Commit 9aca93fb authored by Łukasz Nowak's avatar Łukasz Nowak

- put keyword argument after non keyword one


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28561 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e601a3be
......@@ -225,8 +225,8 @@ class TestBPMEvaluationMixin(TestBPMMixin):
def _createTradeCondition(self, **kw):
self.trade_condition = self._createDocument(
title = self.id(),
self.trade_condition_portal_type,
title = self.id(),
specialise_value=self.business_process, **kw)
def _createRootDocumentLine(self, **kw):
......
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