diff --git a/InvenTree/order/templates/order/order_wizard/match_parts.html b/InvenTree/order/templates/order/order_wizard/match_parts.html index e6cb565a5b..aa9776085f 100644 --- a/InvenTree/order/templates/order/order_wizard/match_parts.html +++ b/InvenTree/order/templates/order/order_wizard/match_parts.html @@ -63,16 +63,16 @@ {% for item in row.data %}
{{ row.errors.quantity }}
{% endif %} - {% endfor %} - {% if row.errors.quantity %} -{{ row.errors.quantity }}
- {% endif %} {% else %} - {{ item.cell }} + {{ item.cell }} {% endif %}