Commit 224537c8 authored by Nicolas Dumazet's avatar Nicolas Dumazet

A movement a built if it has no *Delivery* value. Not Causality.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37155 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3bb931be
......@@ -668,7 +668,7 @@ class BusinessPath(Path, Predicate):
movement_looking_for_dict = {}
def isBuiltAndCompleted(simulation, path):
return simulation.getCausalityValue() is not None and \
return simulation.getDeliveryValue() is not None and \
simulation.getSimulationState() in predecessor_to_state_dict[path]
### Step 1:
......
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