set min value and remove max in stitching side bar

update-job-card-print
Usama Khan 2025-03-12 23:53:28 -07:00
parent be08c72056
commit f7f8cf8df3
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
</div>
<div class="form-group">
<label>Bundle ID</label>
<input type="number" class="form-control" name="bundle-id" maxlength="100" th:value="${param['bundle-id' ?: 100]}">
<input type="number" class="form-control" min="0" name="bundle-id" th:value="${param['bundle-id']}">
</div>
<div class="form-group">
<label>Start Date</label>