Commit 9954a882 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

update comments.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31965 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ba86324f
############################################################################## ##############################################################################
# #
# Copyright (c) 2009 Nexedi SARL and Contributors. All Rights Reserved. # Copyright (c) 2010 Nexedi SA and Contributors. All Rights Reserved.
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential # programmers who take the whole responsibility of assessing all potential
...@@ -134,9 +134,6 @@ class OrderRuleMovementGenerator(MovementGeneratorMixin): ...@@ -134,9 +134,6 @@ class OrderRuleMovementGenerator(MovementGeneratorMixin):
rounding=False): rounding=False):
""" """
Input movement list comes from order Input movement list comes from order
XXX This implementation is very primitive, and does not support BPM,
i.e. business paths are not taken into account.
""" """
ret = [] ret = []
for input_movement, business_path in self \ for input_movement, business_path in self \
......
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