23.03.26
This commit is contained in:
@@ -86,7 +86,7 @@ class ValuationBase(ModelSQL):
|
||||
|
||||
price = pc.price
|
||||
if line.terms:
|
||||
c = [t for t in line.terms if t.component == pc.id]
|
||||
c = [t for t in line.terms if t.component == pc.price_component.id]
|
||||
if c:
|
||||
price = c[0].manual_price
|
||||
|
||||
|
||||
Reference in New Issue
Block a user