Up Max Client Abbreviation length from 5 to 6

This commit is contained in:
johnnyq
2024-06-11 13:45:19 -04:00
parent 0a7fd1471a
commit a1613ddceb
3 changed files with 3 additions and 3 deletions

View File

@@ -190,7 +190,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-id-badge"></i></span>
</div>
<input type="text" class="form-control" name="abbreviation" placeholder="Abbreviated name for client" value="<?php echo $client_abbreviation; ?>" maxlength="5" oninput="this.value = this.value.toUpperCase()">
<input type="text" class="form-control" name="abbreviation" placeholder="Abbreviated name for client" value="<?php echo $client_abbreviation; ?>" maxlength="6" oninput="this.value = this.value.toUpperCase()">
</div>
</div>