PD SNS
This commit is contained in:
parent
13d761d3fa
commit
18cda6dc47
@ -28,7 +28,7 @@ class PD_Controller extends REST_Controller {
|
|||||||
{
|
{
|
||||||
$fields = array('entity_id','full_name','short_name');
|
$fields = array('entity_id','full_name','short_name');
|
||||||
$where_condition_array = array('isactive' => 1,'fk_entity_type_id' => 2);
|
$where_condition_array = array('isactive' => 1,'fk_entity_type_id' => 2);
|
||||||
$result_data = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,ENTITY);
|
$result_data = $this->PD_Model->selectCustomRecords($fields,$whe++++re_condition_array,ENTITY);
|
||||||
if(count($result_data))
|
if(count($result_data))
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
@ -106,7 +106,7 @@ class PDALERTS
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$msg = "PD for Lender Applicant ID:".$core_details[0]['lender_applicant_id']."has been".$core_details[0]['pd_status_name']; // status base configurable
|
$msg = "PD for Lender Applicant ID -:". $core_details[0]['lender_applicant_id'] ." has been ". $core_details[0]['pd_status_name']; // status base configurable
|
||||||
//print_r($mobile_nos_to_send_notification);
|
//print_r($mobile_nos_to_send_notification);
|
||||||
foreach($mobile_nos_to_send_notification as $no)
|
foreach($mobile_nos_to_send_notification as $no)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user