Commit 8d004b8b authored by ari_darmawan's avatar ari_darmawan

mandatory field email

parent 3f9ea8e2
...@@ -85,8 +85,7 @@ ...@@ -85,8 +85,7 @@
<div class="form-group"> <div class="form-group">
<label> <label>
<small>E-mail <small>E-mail
<span *ngIf="((CustomerType == '0' || CustomerType == '1') && TeamID || (CustomerType == '2' && TeamID != Env.Team.AgentCallCenter && TeamID != Env.Team.SociomileStaff))" class="text-danger">*</span> <span class="text-danger">*</span>
<span *ngIf="(CustomerType == '2' && (TeamID == Env.Team.AgentCallCenter || TeamID == Env.Team.SociomileStaff))" class="text-danger">*</span>
</small> </small>
</label> </label>
<input <input
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment