main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit 412f8f00e0 - Show all commits

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