This commit is contained in:
velz 2018-10-06 21:54:31 +05:30
parent 13d761d3fa
commit 18cda6dc47
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ class PD_Controller extends REST_Controller {
{
$fields = array('entity_id','full_name','short_name');
$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))
{

View File

@ -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);
foreach($mobile_nos_to_send_notification as $no)
{