main #7

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

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):