This commit is contained in:
2026-03-23 17:38:04 +01:00
parent 6b841db4ce
commit 412f8f00e0

View File

@@ -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