diff --git a/InvenTree/company/templates/company/supplier_part.html b/InvenTree/company/templates/company/supplier_part.html index 86991d184f..622bd147d0 100644 --- a/InvenTree/company/templates/company/supplier_part.html +++ b/InvenTree/company/templates/company/supplier_part.html @@ -173,7 +173,13 @@ src="{% static 'img/blank_image.png' %}" {% endif %} - {{ part.pack_units }} + + {{ part.pack_units }} + {% include "clip.html" %} + {% if part.part.units and part.pack_units_native %} + + {% endif %} + {% endif %} {% if part.note %}