Skip to content

Commit

Permalink
Merge pull request #989 from itflow-org/wrongecho-patch-1
Browse files Browse the repository at this point in the history
Update client_rack_edit_modal.php
  • Loading branch information
wrongecho authored Aug 8, 2024
2 parents a3ebf08 + 9e19943 commit 4185c28
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 4185c28

Please sign in to comment.