From f5f339ecce27a747564067948ecbe67aaff2ff86 Mon Sep 17 00:00:00 2001 From: sanjeev Date: Mon, 27 Dec 2021 21:08:46 +0530 Subject: [PATCH] fixes : ps --- api/application/models/PD_Model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/models/PD_Model.php b/api/application/models/PD_Model.php index 90318806..8cfdb0c6 100644 --- a/api/application/models/PD_Model.php +++ b/api/application/models/PD_Model.php @@ -2299,7 +2299,7 @@ class PD_Model extends SPARQ_Model { //Get SMC CityWise Agency function getStateWiseSMCAgency($state){ - $this->db->select('AGENCYLIST.agency_id as entity_id, AGENCYLIST.agency_name as name,AGENCYLIST.agency_name as full_name, AGENCYLIST.agency_abbr as short_name,AGENCYLIST.fk_city_id,AGENCYLIST.mail_id'); + $this->db->select('AGENCYLIST.agency_id as entity_id, AGENCYLIST.agency_name as name,AGENCYLIST.agency_name as full_name, AGENCYLIST.agency_abbr as short_name,AGENCYLIST.fk_state_id,AGENCYLIST.mail_id'); $this->db->from(AGENCYLIST.' as AGENCYLIST'); $this->db->where('AGENCYLIST.isactive',1); if($state!=""){