Commit 20f0184a authored by Romain Courteaud's avatar Romain Courteaud

Use keyword parameter.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10390 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a26f384d
...@@ -223,7 +223,7 @@ class SupplyLine(DeliveryLine, Path): ...@@ -223,7 +223,7 @@ class SupplyLine(DeliveryLine, Path):
""" """
Update the quantity predicate for this price parameter Update the quantity predicate for this price parameter
""" """
quantity_step_list = self.getQuantityStepList(price_parameter) quantity_step_list = self.getQuantityStepList(price_parameter=price_parameter)
quantity_step_list.sort() quantity_step_list.sort()
# remove old predicates # remove old predicates
......
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