MERGE_UAT_VALIDATION
This commit is contained in:
commit
f8fa4883a8
@ -246,7 +246,7 @@
|
||||
return value === null || value === undefined || value.toString().trim() === '' || value == 0;
|
||||
}
|
||||
|
||||
if (isEmpty(claim_no) && isEmpty(emp_code) && isEmpty(claim_status) && isEmpty(emp_mobile_no) && isEmpty(tpa_id) && isEmpty(client_id) && isEmpty(insurer_id) && isEmpty(date_type)) {
|
||||
if (isEmpty(ticket_type) && isEmpty(claim_no) && isEmpty(emp_code) && isEmpty(claim_status) && isEmpty(emp_mobile_no) && isEmpty(tpa_id) && isEmpty(client_id) && isEmpty(insurer_id) && isEmpty(date_type)) {
|
||||
toastr.warning('Please enter at least one search criteria.');
|
||||
return false;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user