Commit 1b38c699 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a typo introduced in r35805.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35849 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3a34d980
......@@ -439,7 +439,7 @@ class Rule(Predicate, XMLObject):
prop_dict = modify_dict.setdefault(movement.getId(), {})
for k, v in prevision.items():
if k in ('quantity',):
pass
continue
if movement.isPropertyRecorded(k):
movement_value = movement.getRecordedProperty(k)
if isinstance(movement_value, list) and not isinstance(v, list):
......
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