diff --git a/InvenTree/stock/templates/stock/tabs.html b/InvenTree/stock/templates/stock/tabs.html index 1e6e9ddb3b..72da8a5cf2 100644 --- a/InvenTree/stock/templates/stock/tabs.html +++ b/InvenTree/stock/templates/stock/tabs.html @@ -38,4 +38,12 @@ {% trans "Children" %}{% if item.child_count > 0 %}{{ item.child_count }}{% endif %} {% endif %} - \ No newline at end of file + {% if item.installedItemCount > 0 %} +
  • + + {% trans "Installed Parts" %} + {{ item.installedItemCount }} + +
  • + {% endif %} +