Commit 89acf9fa authored by Yoshinori Okuji's avatar Yoshinori Okuji

Fix the comment.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37276 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 115677d6
......@@ -609,9 +609,9 @@ class SimulationMovement(Movement, PropertyRecordableMixin):
mapping = self.getPropertyMappingValue()
if mapping is not None:
# Special case: corrected quantity is difficult to handle,
# because, if quantity is negatated in the mapping, other
# because, if quantity is inverse in the mapping, other
# parameters, profit quantity (deprecated) and delivery error,
# must be negatated as well.
# must be inverse as well.
if property == 'corrected_quantity':
mapped_quantity_id = mapping.getMappedPropertyId('quantity')
quantity = mapping.getMappedProperty(self, 'quantity')
......
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