diff --git a/InvenTree/stock/templates/stock/item_base.html b/InvenTree/stock/templates/stock/item_base.html index b675cb3709..f34ac51f39 100644 --- a/InvenTree/stock/templates/stock/item_base.html +++ b/InvenTree/stock/templates/stock/item_base.html @@ -131,6 +131,13 @@ InvenTree | {% trans "Stock Item" %} - {{ item }} {{ item.part.full_name }} + {% if item.customer %} + + + {% trans "Customer" %} + {{ item.customer.name }} + + {% endif %} {% if item.belongs_to %}