fixes : ps
This commit is contained in:
parent
9800162f47
commit
f5f339ecce
@ -2299,7 +2299,7 @@ class PD_Model extends SPARQ_Model {
|
|||||||
|
|
||||||
//Get SMC CityWise Agency
|
//Get SMC CityWise Agency
|
||||||
function getStateWiseSMCAgency($state){
|
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->from(AGENCYLIST.' as AGENCYLIST');
|
||||||
$this->db->where('AGENCYLIST.isactive',1);
|
$this->db->where('AGENCYLIST.isactive',1);
|
||||||
if($state!=""){
|
if($state!=""){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user