diff --git a/InvenTree/stock/templates/stock/item.html b/InvenTree/stock/templates/stock/item.html index 97895fd4d2..62e46c8f84 100644 --- a/InvenTree/stock/templates/stock/item.html +++ b/InvenTree/stock/templates/stock/item.html @@ -52,7 +52,10 @@
Part | -{{ item.part.full_name }} | ++ {% include "hover_image.html" with image=item.part.image hover=True %} + {{ item.part.full_name }} + |