GET CPMOANY LIST 2
This commit is contained in:
parent
3ac13b3cfc
commit
3818acd222
@ -3841,6 +3841,7 @@ class PD_Controller extends REST_Controller {
|
||||
$where_condition_array = array('isactive' => 1,'fk_form_id'=>18,'fk_pd_id'=>$pd_id);
|
||||
$rec = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDFORMDETAILSJSON);
|
||||
|
||||
//print_r($rec);
|
||||
// $pd_applicant_details = $this->PD_Model->getApplicantsDetails($pd_id);
|
||||
|
||||
// foreach($pd_applicant_details as $applicant)
|
||||
@ -3854,7 +3855,8 @@ class PD_Controller extends REST_Controller {
|
||||
|
||||
foreach($temp_data['companies'] as $company)
|
||||
{
|
||||
$company_list = array_merge($company_list,array($company['company_name']));
|
||||
//print_r($company);
|
||||
$company_list[] = array('company_order_id' => $company['company_order_id'],'company_name' => $company['company_name'],'is_active' => $company['is_active']);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user