Added min value for add copies
This commit is contained in:
parent
aeee6843ff
commit
4e0bd86ae1
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ $lateLoans = getLateLoans($pdo);
|
|||
<br>
|
||||
<label>Anzahl
|
||||
<br>
|
||||
<input type="number" name="amount" value="1" required>
|
||||
<input type="number" name="amount" min="1" value="1" required>
|
||||
</label>
|
||||
<br>
|
||||
<br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue