mirror of https://github.com/itflow-org/itflow
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:
parent
e6c2f90e02
commit
a4497dd901
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue