This commit is contained in:
Raimon Esteve 2022-03-17 13:17:54 +01:00
parent 15154fe2de
commit 631e23b41a
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ class Production(metaclass=PoolMeta):
if output.product not in products:
continue
has_product = True
cost = (production_cost * (1 + cdist.percentatge) -
cost = (production_cost * (1 + cdist.percentatge) -
production_cost)
output_cost += round_price(cost / Decimal(total_output))