Commit ccaf057d authored by Łukasz Nowak's avatar Łukasz Nowak

- typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27594 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d7f188ff
......@@ -183,7 +183,7 @@ class TradeModelLine(Predicate, XMLMatrix, Amount):
len(self.getVariationCategoryList()) and \
tmp_movement.getQuantity(None) is None:
# if the quantity is not defined, that mean we should search on
# all movements with correponding base_amount (if we use cells, we
# all movements with corresponding base_amount (if we use cells, we
# have to look on cells, if we don't, look on self)
for movement in movement_list:
if set(base_application_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