ERROR CHANGED
This commit is contained in:
parent
24ec4d04c7
commit
a918ab74c2
@ -796,7 +796,7 @@ class PD_Controller extends REST_Controller {
|
|||||||
/******* Code Snippt for Save Template Category Weightage info to PD category Info*/
|
/******* Code Snippt for Save Template Category Weightage info to PD category Info*/
|
||||||
$fields = array('fk_pd_template_id');
|
$fields = array('fk_pd_template_id');
|
||||||
$where_condition_array = array('pd_id'=>$records['fk_pd_id']);
|
$where_condition_array = array('pd_id'=>$records['fk_pd_id']);
|
||||||
$res_array = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,PDTRIGGER);
|
$res_array = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,);
|
||||||
|
|
||||||
if(count($res_array))
|
if(count($res_array))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user