Commit bbe57da9 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

_getPropertyAndCategoryList should include quantity too.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32284 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 507a3ca0
...@@ -88,7 +88,7 @@ class MovementGeneratorMixin: ...@@ -88,7 +88,7 @@ class MovementGeneratorMixin:
property_dict = _getPropertyAndCategoryList(movement) property_dict = _getPropertyAndCategoryList(movement)
else: else:
property_dict = {} property_dict = {}
for tester in rule._getUpdatingTesterList(): for tester in rule._getUpdatingTesterList(exclude_quantity=False):
property_dict.update(tester.getUpdatablePropertyDict( property_dict.update(tester.getUpdatablePropertyDict(
movement, None)) movement, None))
......
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