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