diff --git a/InvenTree/part/templates/part/prices.html b/InvenTree/part/templates/part/prices.html index e71179284a..1789b6ddff 100644 --- a/InvenTree/part/templates/part/prices.html +++ b/InvenTree/part/templates/part/prices.html @@ -140,7 +140,6 @@ -

{% trans "Purchase Price" %}

@@ -183,6 +182,7 @@ {% endif %} +{% if part.has_bom and roles.sales_order.view %}

{% trans "BOM Cost" %}

@@ -204,6 +204,8 @@ {% endif %}
+{% endif %} + {% if part.salable and roles.sales_order.view %}