diff --git a/copanier/templates/place_order.html b/copanier/templates/place_order.html index 84fc9b7..c2fe4c7 100644 --- a/copanier/templates/place_order.html +++ b/copanier/templates/place_order.html @@ -36,10 +36,10 @@ {% if delivery.has_packing %} {{ product.packing or "—" }}{% if delivery.status == delivery.ADJUSTMENT and delivery.product_missing(product) %} (manque {{ delivery.product_missing(product) }}){% endif %} {% endif %} - x {{ product.unit }} {% if delivery.status == delivery.ADJUSTMENT or order.has_adjustments %} - + {% endif %} + x {{ product.unit }} {% endfor %}