Merge branch 'master' of bitbucket.org:venbaittech/sparqapi
This commit is contained in:
commit
065a62eddf
@ -10489,11 +10489,11 @@ class PD_Controller extends REST_Controller
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
public function toMakeFaceBoundingBox_get(){
|
// public function toMakeFaceBoundingBox_get(){
|
||||||
// public function toMakeFaceBoundingBox($pdid,$len_id){
|
public function toMakeFaceBoundingBox($pdid,$len_id){
|
||||||
$pdid = $this->get('pd'); //comment this bcoz test purpose
|
//$pdid = $this->get('pd'); //comment this bcoz test purpose
|
||||||
$master_details = $this->PD_Model->getPDMasterDetails($pdid); //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
|
//$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);
|
log_message('ERROR', "In PD Controller (to Make FaceBoundingBox called ) PDID : " . $pdid);
|
||||||
$where = array('isactive' => 1, 'fk_form_id' => 18, 'fk_pd_id' => $pdid);
|
$where = array('isactive' => 1, 'fk_form_id' => 18, 'fk_pd_id' => $pdid);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user