diff --git a/InvenTree/part/templates/part/part_pricing.html b/InvenTree/part/templates/part/part_pricing.html index e035a77162..cd5db9619c 100644 --- a/InvenTree/part/templates/part/part_pricing.html +++ b/InvenTree/part/templates/part/part_pricing.html @@ -74,6 +74,20 @@ {% endif %} +{% if total_internal_part_price %} +
{% trans 'Unit Cost' %} | +{% include "price.html" with price=unit_internal_part_price %} | +
{% trans 'Total Cost' %} | +{% include "price.html" with price=total_internal_part_price %} | +