From aa56c4fc8af6c69bdd5a58dd9a5d55e393c91c9f Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Sat, 13 Feb 2010 07:14:09 +0000
Subject: [PATCH] property_id should be passed to _solveRecursively for
 recording property.

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

diff --git a/product/ERP5/Document/UnifySolver.py b/product/ERP5/Document/UnifySolver.py
index 0e1afe3d82..4646d24327 100644
--- a/product/ERP5/Document/UnifySolver.py
+++ b/product/ERP5/Document/UnifySolver.py
@@ -77,7 +77,7 @@ class UnifySolver(AcceptSolver):
            for x in self.getDeliveryValue().getMovementList()], [])
       for simulation_movement in simulation_movement_list:
         value_dict = {solved_property:new_value}
-        self._solveRecursively(simulation_movement, value_dict)
+        self._solveRecursively(simulation_movement, value_dict, solved_property)
         simulation_movement.expand()
     # Finish solving
     self.succeed()
-- 
2.30.9