diff --git a/InvenTree/stock/templates/stock/item_base.html b/InvenTree/stock/templates/stock/item_base.html index 12291443ad..b955acda9c 100644 --- a/InvenTree/stock/templates/stock/item_base.html +++ b/InvenTree/stock/templates/stock/item_base.html @@ -331,7 +331,7 @@ InvenTree | {% trans "Stock Item" %} - {{ item }} {{ item.link }} {% endif %} - {% if item.supplier_part %} + {% if item.supplier_part.manufacturer_part %} {% trans "Manufacturer" %} @@ -342,6 +342,8 @@ InvenTree | {% trans "Stock Item" %} - {{ item }} {% trans "Manufacturer Part" %} {{ item.supplier_part.manufacturer_part.MPN }} + {% endif %} + {% if item.supplier_part %} {% trans "Supplier" %}