Commit 87fb869b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove 'pdb', sorry.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31868 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 026d0d2b
...@@ -66,7 +66,6 @@ class AcceptSolver(SolverMixin, ConfigurableMixin, XMLObject): ...@@ -66,7 +66,6 @@ class AcceptSolver(SolverMixin, ConfigurableMixin, XMLObject):
""" """
solved_property = self._getPortalTypeValue().getTestedProperty() solved_property = self._getPortalTypeValue().getTestedProperty()
for movement in self.getDeliveryValueList(): for movement in self.getDeliveryValueList():
import pdb; pdb.set_trace()
new_value = movement.getProperty(solved_property) new_value = movement.getProperty(solved_property)
simulation_movement_list = movement.getDeliveryRelatedValueList() simulation_movement_list = movement.getDeliveryRelatedValueList()
# if movement here is a delivery, we need to find simulation # if movement here is a delivery, we need to find simulation
......
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