From 1f1d0fd294f228e1d513d3a4c44f96ce812e16dc Mon Sep 17 00:00:00 2001 From: velz Date: Sat, 6 Oct 2018 23:52:37 +0530 Subject: [PATCH] PD --- api/application/controllers/PD_Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/controllers/PD_Controller.php b/api/application/controllers/PD_Controller.php index ef5e58d6..d0eb2e1b 100644 --- a/api/application/controllers/PD_Controller.php +++ b/api/application/controllers/PD_Controller.php @@ -28,7 +28,7 @@ class PD_Controller extends REST_Controller { { $fields = array('entity_id','full_name','short_name'); $where_condition_array = array('isactive' => 1,'fk_entity_type_id' => 2); - $result_data = $this->PD_Model->selectCustomRecords($fields,$whe++++re_condition_array,ENTITY); + $result_data = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,ENTITY); if(count($result_data)) {