mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
Allow negative ajustment
(bad copy paste and no dedicated test…)
This commit is contained in:
parent
0c2e2f5444
commit
38272577d8
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue