GET STATE AND CITY MASTER CHANGED2
This commit is contained in:
parent
3fee98c8fc
commit
745bb21405
@ -205,7 +205,7 @@ class PD_Controller extends REST_Controller {
|
||||
public function getListOfStatesAndCities_post()
|
||||
{
|
||||
$records = $this->post('records');
|
||||
$stateid = $records[''];
|
||||
$stateid = $records['state_id'];
|
||||
// $fields = array('state_id','name as state_name','code');
|
||||
// $where_condition_array = array('isactive' => 1);
|
||||
// $result_data = $this->PD_Model->selectCustomRecords($fields,$where_condition_array,STATE);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user