This commit is contained in:
2026-03-23 16:34:28 +01:00
parent f98b0fd010
commit 0392b191c5

View File

@@ -1346,8 +1346,6 @@ class Line(metaclass=PoolMeta):
if assay.type == state:
for line in assay.lines:
if line.element == element:
if line.unit.symbol == 'g/t':
return line.value / Decimal(1000)
return line.value
def check_pricing(self):