Reviewers: ,
Please review this at http://codereview.tryton.org/556002/ Affected files: M price_list.py Index: price_list.py =================================================================== --- a/price_list.py +++ b/price_list.py @@ -106,7 +106,7 @@ with Transaction().set_context( self._get_context_price_list_line(party, product, unit_price, quantity, uom)): - return line.get_unit_price(line) + return line.get_unit_price() return unit_price -- [email protected] mailing list
