changes:ps
This commit is contained in:
parent
432d6f1e60
commit
67238513de
@ -139,7 +139,7 @@ export class EditPdApplicantComponent implements OnInit {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if((formValue.mobile_no == '') || (formValue.stdcode == '' && formValue.landline == '')){
|
if((formValue.mobile_no == '') && (formValue.stdcode == '' || formValue.landline == '')){
|
||||||
this.notifier.notify('warning', 'Either Mobile or Landline Need.!');
|
this.notifier.notify('warning', 'Either Mobile or Landline Need.!');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user