diff --git a/InvenTree/part/templates/part/part_base.html b/InvenTree/part/templates/part/part_base.html index eff277edfe..5f511d87a8 100644 --- a/InvenTree/part/templates/part/part_base.html +++ b/InvenTree/part/templates/part/part_base.html @@ -75,11 +75,10 @@ Allocated {% if part.allocation_count > part.total_stock %} - {{ part.allocation_count }} + {{ part.allocation_count }} {% else %} - {{ part.allocation_count }} + {{ part.allocation_count }} {% endif %} - {% endif %}