From 1bbae4128ec1a7c363c0b78eefb3656dc6c3104a Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Wed, 9 Dec 2009 15:02:28 +0000
Subject: [PATCH] _getMovementGeneratorContext() should accept applied_rule,
 otherwise an appropriate context cannot be calculated.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31193 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/mixin/rule.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/mixin/rule.py b/product/ERP5/mixin/rule.py
index b37414d2c5..710f1c069e 100644
--- a/product/ERP5/mixin/rule.py
+++ b/product/ERP5/mixin/rule.py
@@ -223,7 +223,7 @@ class RuleMixin:
     """
     raise NotImplementedError
 
-  def _getMovementGeneratorContext(self):
+  def _getMovementGeneratorContext(self, applied_rule):
     """
     Return the movement generator context to use for expand
     """
-- 
2.30.9