Skip to content

Commit

Permalink
Update client_rack_edit_modal.php
Browse files Browse the repository at this point in the history
Adjust rack units max on edit modal too
  • Loading branch information
wrongecho authored Aug 8, 2024
1 parent a3ebf08 commit 9e19943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_rack_edit_modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-sort-numeric-up-alt"></i></span>
</div>
<input type="number" class="form-control" name="units" placeholder="Number of Units" min="1" max="44" value="<?php echo $rack_units; ?>" required>
<input type="number" class="form-control" name="units" placeholder="Number of Units" min="1" max="70" value="<?php echo $rack_units; ?>" required>
</div>
</div>

Expand Down

0 comments on commit 9e19943

Please sign in to comment.