Try to make clearer that "ajustment" completes and does not replace

This commit is contained in:
Yohan Boniface 2019-04-16 22:36:03 +02:00
parent 9f3c19ddbe
commit 1bd2c93b30

View file

@ -14,7 +14,7 @@
<th class="packing">Conditionnement</th>
{% endif %}
<th class="amount">Quantité</th>
{% if delivery.status != delivery.OPEN %}<th class="amount">Ajustement</th>{% endif %}
{% if delivery.status != delivery.OPEN %}<th class="amount">Ajustement +/</th>{% endif %}
</tr>
</thead>
<tbody>