Enquiry list filtered for report preview : GWM

This commit is contained in:
Gowtham M 2026-01-21 13:26:11 +05:30
parent 4f7b0528a4
commit d8e68130ed

View File

@ -96,7 +96,7 @@ class EnquiryModel extends Model
->where("P.created_on <=", $to_date);
}
if($show_policy_report == 'Verifyed')
if($show_policy_report == 'Verified')
{
$data->where("P.is_data_accuracy_checked", "1");
}else if($show_policy_report == 'Not Verified')