Commit 47229113 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

we don't use *_list in new simulation implementation.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34529 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ee950bc7
......@@ -128,6 +128,6 @@ class MovementGeneratorMixin:
property_dict['stop_date'] = movement_stop_date
# save a relation to business path
property_dict['causality_list'] = [business_path.getRelativeUrl()]
property_dict['causality'] = [business_path.getRelativeUrl()]
return property_dict
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