From 1b38c6998f1298a3a62857383a3d999e1a21aae9 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Tue, 1 Jun 2010 08:49:03 +0000 Subject: [PATCH] fix a typo introduced in r35805. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35849 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Legacy/Document/Rule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Legacy/Document/Rule.py b/product/ERP5Legacy/Document/Rule.py index cd52e64fd8..05ae0043f4 100644 --- a/product/ERP5Legacy/Document/Rule.py +++ b/product/ERP5Legacy/Document/Rule.py @@ -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): -- 2.30.9