diff --git a/InvenTree/order/templates/order/tabs.html b/InvenTree/order/templates/order/tabs.html index f15acdd2b0..a04c97eba5 100644 --- a/InvenTree/order/templates/order/tabs.html +++ b/InvenTree/order/templates/order/tabs.html @@ -5,7 +5,11 @@ {% trans "Items" %} - {% trans "Attachments" %} + {% trans "Attachments" %} + {% if order.attachments.count > 0 %} + {{ order.attachments.count }} + {% endif %} + {% trans "Notes" %}{% if order.notes %} {% endif %}