Enquiry list filtered for report preview : GWM
This commit is contained in:
parent
4f7b0528a4
commit
d8e68130ed
@ -96,7 +96,7 @@ class EnquiryModel extends Model
|
|||||||
->where("P.created_on <=", $to_date);
|
->where("P.created_on <=", $to_date);
|
||||||
}
|
}
|
||||||
|
|
||||||
if($show_policy_report == 'Verifyed')
|
if($show_policy_report == 'Verified')
|
||||||
{
|
{
|
||||||
$data->where("P.is_data_accuracy_checked", "1");
|
$data->where("P.is_data_accuracy_checked", "1");
|
||||||
}else if($show_policy_report == 'Not Verified')
|
}else if($show_policy_report == 'Not Verified')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user