Merge branch 'master' of bitbucket.org:venbaittech/sparqapi

This commit is contained in:
VE10-Sanjeev 2022-09-19 13:59:26 +05:30
commit 065a62eddf

View File

@ -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);