changes:ps

This commit is contained in:
venbatechnologies@gmail.com 2019-01-28 12:43:27 +05:30
parent 432d6f1e60
commit 67238513de

View File

@ -139,7 +139,7 @@ export class EditPdApplicantComponent implements OnInit {
return;
}
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.!');
return;
}