LIVE issue in handler login : GWM
This commit is contained in:
parent
526d9ea90c
commit
135760c8c8
@ -91,7 +91,7 @@ class EnquiryController extends ResourceController
|
|||||||
->get()->getResultArray();
|
->get()->getResultArray();
|
||||||
$staffIds = array_column($staffData, 'id');
|
$staffIds = array_column($staffData, 'id');
|
||||||
|
|
||||||
$data = $this->enquiryModel->getEnquiry('HANDLER',$staffIds, $only_policy_data, $from_date, $to_date, $status ,$enquiry_status);
|
$data = $this->enquiryModel->getEnquiry('HANDLER',$staffIds, $only_policy_data, $show_policy_report, $from_date, $to_date, $status ,$enquiry_status);
|
||||||
} else {
|
} else {
|
||||||
$data = $this->enquiryModel->getEnquiry('ALL');
|
$data = $this->enquiryModel->getEnquiry('ALL');
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user