This commit is contained in:
Matthias 2021-08-13 17:54:17 +02:00
parent f0325fe30f
commit 00d4efb920
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -1380,7 +1380,6 @@ class PartPricing(AjaxView):
ctx['max_total_bom_purchase_price'] = round(max_bom_purchase_price, 3) ctx['max_total_bom_purchase_price'] = round(max_bom_purchase_price, 3)
ctx['max_unit_bom_purchase_price'] = round(max_bom_purchase_price / quantity, 3) ctx['max_unit_bom_purchase_price'] = round(max_bom_purchase_price / quantity, 3)
# internal part pricing information # internal part pricing information
internal_part_price = part.get_internal_price(quantity) internal_part_price = part.get_internal_price(quantity)
if internal_part_price is not None: if internal_part_price is not None: