ERROR CHANGED

This commit is contained in:
velz 2018-10-30 17:04:39 +05:30
parent 24ec4d04c7
commit a918ab74c2

View File

@ -796,7 +796,7 @@ class PD_Controller extends REST_Controller {
/******* Code Snippt for Save Template Category Weightage info to PD category Info*/
$fields = array('fk_pd_template_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))
{