Allow negative ajustment

(bad copy paste and no dedicated test…)
This commit is contained in:
Yohan Boniface 2019-04-16 21:47:54 +02:00
parent 0c2e2f5444
commit 38272577d8

View file

@ -16,7 +16,7 @@
<tr>
<td>{{ email }}</td>
<td>{{ order[product].wanted }}</td>
<td class="with-input"><input type="number" min=0 name="{{ email }}" value="{{ order[product].adjustment }}"></td>
<td class="with-input"><input type="number" name="{{ email }}" value="{{ order[product].adjustment }}"></td>
</tr>
{% endfor %}
</tbody>