diff --git a/api/application/controllers/PD_Controller.php b/api/application/controllers/PD_Controller.php index acac7f3b..e2a7b0db 100644 --- a/api/application/controllers/PD_Controller.php +++ b/api/application/controllers/PD_Controller.php @@ -10489,11 +10489,11 @@ class PD_Controller extends REST_Controller - public function toMakeFaceBoundingBox_get(){ - // public function toMakeFaceBoundingBox($pdid,$len_id){ - $pdid = $this->get('pd'); //comment this bcoz test purpose - $master_details = $this->PD_Model->getPDMasterDetails($pdid); //comment this bcoz test purpose - $len_id = $master_details[0]['fk_lender_id']; //comment this bcoz test purpose + // public function toMakeFaceBoundingBox_get(){ + public function toMakeFaceBoundingBox($pdid,$len_id){ + //$pdid = $this->get('pd'); //comment this bcoz test purpose + //$master_details = $this->PD_Model->getPDMasterDetails($pdid); //comment this bcoz test purpose + //$len_id = $master_details[0]['fk_lender_id']; //comment this bcoz test purpose log_message('ERROR', "In PD Controller (to Make FaceBoundingBox called ) PDID : " . $pdid); $where = array('isactive' => 1, 'fk_form_id' => 18, 'fk_pd_id' => $pdid);