Require primary contact be populated when client is created. Otherwise, records such as tickets loop/fail to be created (due to no contact)

This commit is contained in:
Marcus Hill 2022-01-05 14:18:18 +00:00
parent e6c2f90e02
commit a4497dd901
1 changed files with 2 additions and 2 deletions

View File

@ -144,12 +144,12 @@
<div class="tab-pane fade" id="pills-contact">
<div class="form-group">
<label>Primary Contact</label>
<label>Primary Contact <strong class="text-danger">*</strong></label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-user"></i></span>
</div>
<input type="text" class="form-control" name="contact" placeholder="Primary Contact Person">
<input type="text" class="form-control" name="contact" placeholder="Primary Contact Person" required autofocus>
</div>
</div>