From d9071362646045e5c3e42a1144e0bee5a892ed4c Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 4 Jun 2020 19:13:37 +1000 Subject: [PATCH] Display customer in stock item --- InvenTree/stock/templates/stock/item_base.html | 7 +++++++ 1 file changed, 7 insertions(+) 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 %}